diff src/symtab.h @ 169:49ab724d0a32

[project @ 1993-10-21 21:56:38 by jwe]
author jwe
date Thu, 21 Oct 1993 21:57:52 +0000
parents e2c950dd96d2
children 7a647cf4850c
line wrap: on
line diff
--- a/src/symtab.h
+++ b/src/symtab.h
@@ -156,7 +156,6 @@
 
   void clear_visible (void);
   void clear_all (void);
-  void undefine (void);
 
   void mark_as_formal_parameter (void);
   int is_formal_parameter (void) const;
@@ -196,7 +195,6 @@
 
   void clear (void);
   int clear (const char *nm);
-  void undefine (void);
 
   void bind_globals (void);