# HG changeset patch # User Rik # Date 1363027198 25200 # Node ID c8bf749fe6f88d054356add815cfc8c8563fe4bd # Parent 6601c66280c45ba1f7099206267c116d1842d1cb 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. diff --git a/libinterp/parse-tree/oct-parse.in.yy b/libinterp/parse-tree/oct-parse.in.yy --- a/libinterp/parse-tree/oct-parse.in.yy +++ b/libinterp/parse-tree/oct-parse.in.yy @@ -3181,8 +3181,6 @@ if (ffile) { - bool eof; - // octave_parser constructor sets this for us. frame.protect_var (CURR_LEXER);