changeset 16249:c8bf749fe6f8

oct-parse.in.yy: Remove unused variable causing compilation warning. * libinterp/parse-tree/oct-parse.in.yy(parse_fcn_file): Remove unused "bool eof;" line.
author Rik <rik@octave.org>
date Mon, 11 Mar 2013 11:39:58 -0700
parents 6601c66280c4
children 8c17cd370477
files libinterp/parse-tree/oct-parse.in.yy
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/parse-tree/oct-parse.in.yy	Mon Mar 11 11:13:49 2013 -0700
+++ b/libinterp/parse-tree/oct-parse.in.yy	Mon Mar 11 11:39:58 2013 -0700
@@ -3181,8 +3181,6 @@
 
   if (ffile)
     {
-      bool eof;
-
       // octave_parser constructor sets this for us.
       frame.protect_var (CURR_LEXER);