changeset 22983:360801053297

Remove redundant function __echostate__. * input.cc (F__echostate__): Delete function. Use echo_executing_commands() instead.
author Rik <rik@octave.org>
date Thu, 29 Dec 2016 16:31:00 -0800
parents 4a53c121cdec
children 45dba14ca7af
files libinterp/corefcn/input.cc
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/input.cc	Thu Dec 29 14:34:05 2016 -0500
+++ b/libinterp/corefcn/input.cc	Thu Dec 29 16:31:00 2016 -0800
@@ -1132,15 +1132,6 @@
 %!error echo ("on", "all", "all")
 */
 
-DEFUN (__echostate__, , ,
-       doc: /* -*- texinfo -*-
-@deftypefn {} {@var{state} =} __echostate__ ()
-Undocumented internal function
-@end deftypefn */)
-{
-  return ovl (Vecho_executing_commands == ECHO_SCRIPTS);
-}
-
 DEFUN (completion_matches, args, nargout,
        doc: /* -*- texinfo -*-
 @deftypefn {} {} completion_matches (@var{hint})