changeset 16200:743b895259e0

* input.h: Delete stray comment.
author John W. Eaton <jwe@octave.org>
date Tue, 05 Mar 2013 18:01:24 -0500
parents 810a71122c25
children 2338a92e9782
files libinterp/interpfcn/input.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/interpfcn/input.h	Tue Mar 05 17:50:37 2013 -0500
+++ b/libinterp/interpfcn/input.h	Tue Mar 05 18:01:24 2013 -0500
@@ -50,9 +50,6 @@
 // Full name of file we are reading.
 extern std::string curr_fcn_file_full_name;
 
-// Fix things up so that input can come from file 'name', printing a
-// warning if the file doesn't exist.
-
 // TRUE means this is an interactive shell.
 extern bool interactive;