changeset 9446:419a5f9c1538

remove unused declaration
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 22 Jul 2009 11:50:36 +0200
parents c5f03874ea2a
children bb2ae2210e37
files src/symtab.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/symtab.h	Wed Jul 22 11:41:41 2009 +0200
+++ b/src/symtab.h	Wed Jul 22 11:50:36 2009 +0200
@@ -426,8 +426,6 @@
 
     octave_value find (const octave_value_list& args = octave_value_list ()) const;
 
-    octave_value builtin_find (void) const;
-
     void force_variable (context_id context = xcurrent_context)
     {
       rep->force_variable (context);