diff src/pt-const.cc @ 7924:4976f66d469b

miscellaneous cleanup
author John W. Eaton <jwe@octave.org>
date Fri, 11 Jul 2008 17:59:28 -0400
parents 71f068b22fcc
children 73c4516fae10
line wrap: on
line diff
--- a/src/pt-const.cc	Fri Jul 11 15:43:10 2008 -0400
+++ b/src/pt-const.cc	Fri Jul 11 17:59:28 2008 -0400
@@ -72,7 +72,7 @@
 
 tree_expression *
 tree_constant::dup (symbol_table::scope_id,
-		    symbol_table::context_id context)
+		    symbol_table::context_id /*context*/)
 {
   tree_constant *new_tc
     = new tree_constant (val, orig_text, line (), column ());