changeset 23444:d6e81498e7fe

remove some unnecessary forward declarations * pt-binop.h, pt-cbinop.h, pt-colon.h, pt-loop.h, pt-unop.h: Delete unnecessary forward declaration of octave_lvalue.
author John W. Eaton <jwe@octave.org>
date Wed, 26 Apr 2017 01:32:49 -0400
parents 3f1bf237908b
children 8e310ef0fa97
files libinterp/parse-tree/pt-binop.h libinterp/parse-tree/pt-cbinop.h libinterp/parse-tree/pt-colon.h libinterp/parse-tree/pt-loop.h libinterp/parse-tree/pt-unop.h
diffstat 5 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-binop.h	Wed Apr 26 09:57:28 2017 -0700
+++ b/libinterp/parse-tree/pt-binop.h	Wed Apr 26 01:32:49 2017 -0400
@@ -29,7 +29,6 @@
 
 class octave_value;
 class octave_value_list;
-class octave_lvalue;
 
 #include "ov.h"
 #include "pt-exp.h"
--- a/libinterp/parse-tree/pt-cbinop.h	Wed Apr 26 09:57:28 2017 -0700
+++ b/libinterp/parse-tree/pt-cbinop.h	Wed Apr 26 01:32:49 2017 -0400
@@ -29,7 +29,6 @@
 
 class octave_value;
 class octave_value_list;
-class octave_lvalue;
 
 #include "ov.h"
 #include "pt-binop.h"
--- a/libinterp/parse-tree/pt-colon.h	Wed Apr 26 09:57:28 2017 -0700
+++ b/libinterp/parse-tree/pt-colon.h	Wed Apr 26 01:32:49 2017 -0400
@@ -29,7 +29,6 @@
 
 class octave_value;
 class octave_value_list;
-class octave_lvalue;
 
 #include "pt-exp.h"
 #include "pt-walk.h"
--- a/libinterp/parse-tree/pt-loop.h	Wed Apr 26 09:57:28 2017 -0700
+++ b/libinterp/parse-tree/pt-loop.h	Wed Apr 26 01:32:49 2017 -0400
@@ -26,7 +26,6 @@
 #include "octave-config.h"
 
 class octave_value;
-class octave_lvalue;
 
 #include "comment-list.h"
 #include "pt-cmd.h"
--- a/libinterp/parse-tree/pt-unop.h	Wed Apr 26 09:57:28 2017 -0700
+++ b/libinterp/parse-tree/pt-unop.h	Wed Apr 26 01:32:49 2017 -0400
@@ -29,7 +29,6 @@
 
 class octave_value;
 class octave_value_list;
-class octave_lvalue;
 
 #include "pt-exp.h"
 #include "pt-walk.h"