Mercurial > hg > octave-avbm
diff src/pt-walk.h @ 3485:e5d5848370c9
[project @ 2000-01-28 02:07:35 by jwe]
author | jwe |
---|---|
date | Fri, 28 Jan 2000 02:07:38 +0000 |
parents | 8b1f46ac2b64 |
children | 61d4427c016e |
line wrap: on
line diff
--- a/src/pt-walk.h +++ b/src/pt-walk.h @@ -68,7 +68,6 @@ class tree_unwind_protect_command; class tree_while_command; class tree_do_until_command; -class tree_do_while_command; class tree_walker @@ -208,9 +207,6 @@ visit_while_command (tree_while_command&) = 0; virtual void - visit_do_while_command (tree_do_while_command&) = 0; - - virtual void visit_do_until_command (tree_do_until_command&) = 0; protected: