diff src/pt-walk.h @ 2960:194b50e4725b

[project @ 1997-05-12 00:43:54 by jwe]
author jwe
date Mon, 12 May 1997 00:54:04 +0000
parents 1a30f46e1870
children 1b47dd00a831
line wrap: on
line diff
--- a/src/pt-walk.h	Sun May 11 22:53:13 1997 +0000
+++ b/src/pt-walk.h	Mon May 12 00:54:04 1997 +0000
@@ -64,7 +64,6 @@
 class subplot_style;
 class subplot_using;
 class tree_try_catch_command;
-class tree_unary_expression;
 class tree_unwind_protect_command;
 class tree_while_command;
 
@@ -197,9 +196,6 @@
   visit_try_catch_command (tree_try_catch_command&) = 0;
 
   virtual void
-  visit_unary_expression (tree_unary_expression&) = 0;
-
-  virtual void
   visit_unwind_protect_command (tree_unwind_protect_command&) = 0;
 
   virtual void