changeset 14189:c27491205e48 stable

oct-parse.yy: Remove unused variable to stop compiler warning. * oct-parse.yy: Remove unused variable to stop compiler warning.
author Rik <octave@nomad.inbox5.com>
date Tue, 10 Jan 2012 17:35:38 -0800
parents 053404893d02
children 68fd9f95e1f9
files src/oct-parse.yy
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/oct-parse.yy
+++ b/src/oct-parse.yy
@@ -1899,8 +1899,6 @@
   tree_expression *op1 = e->lhs ();
   tree_expression *op2 = e->rhs ();
 
-  octave_value::binary_op op_type = e->op_type ();
-
   if (op1->is_constant () && op2->is_constant ())
     {
       octave_value tmp = e->rvalue1 ();