Mercurial > hg > octave-nkf
diff src/variables.cc @ 7761:5adeea5de26c
symbol table reporting functions
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 06 May 2008 05:51:17 -0400 |
parents | e76a4a6e3c47 |
children | 791231dac333 |
line wrap: on
line diff
--- a/src/variables.cc +++ b/src/variables.cc @@ -2375,34 +2375,6 @@ return retval; } -DEFUN (__print_symtab_info__, args, , - "-*- texinfo -*-\n\ -@deftypefn {Built-in Function} {} __print_symtab_info__ ()\n\ -Undocumented internal function.\n\ -@end deftypefn") -{ - octave_value_list retval; - - // FIXME -- what should this function do now? Print a summary for - // each scope? Print the entire symbol table? Accept a scope - // argument? - - return retval; -} - -DEFUN (__print_symbol_info__, args, , - "-*- texinfo -*-\n\ -@deftypefn {Built-in Function} {} __dump_symbol_info__ (@var{name})\n\ -Undocumented internal function.\n\ -@end deftypefn") -{ - octave_value_list retval; - - // FIXME -- what should this function do now? - - return retval; -} - DEFUN (whos_line_format, args, nargout, "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {@var{val} =} whos_line_format ()\n\