changeset 23640:037d65ae2b60

Backed out changeset fca2f775ab4c
author John W. Eaton <jwe@octave.org>
date Sun, 18 Jun 2017 22:25:21 -0400
parents b488e958d024
children be69ea3de7a3
files libinterp/parse-tree/oct-parse.in.yy
diffstat 1 files changed, 1 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/parse-tree/oct-parse.in.yy	Sun Jun 18 18:09:53 2017 -0700
+++ b/libinterp/parse-tree/oct-parse.in.yy	Sun Jun 18 22:25:21 2017 -0400
@@ -1453,14 +1453,7 @@
                   {
                     YYUSE ($2);
                     YYUSE ($5);
-
-                    // Delete the dummy statement_list we created
-                    // after parsing the function.  Any local function
-                    // definitions found in the file have already been
-                    // stored in the symbol table or in
-                    // base_parser::primary_fcn_ptr.
-
-                    delete $6;
+                    YYUSE ($6);
 
                     if (lexer.reading_classdef_file)
                       parser.classdef_object = $3;