diff src/pt-cmd.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-cmd.cc	Fri Jul 11 15:43:10 2008 -0400
+++ b/src/pt-cmd.cc	Fri Jul 11 17:59:28 2008 -0400
@@ -32,7 +32,7 @@
 
 tree_command *
 tree_no_op_command::dup (symbol_table::scope_id,
-			 symbol_table::context_id context)
+			 symbol_table::context_id /*context*/)
 {
   return new tree_no_op_command (orig_cmd, line (), column ());
 }
@@ -65,7 +65,7 @@
 
 tree_command *
 tree_function_def::dup (symbol_table::scope_id,
-			symbol_table::context_id context)
+			symbol_table::context_id /*context*/)
 {
   return new tree_function_def (fcn, line (), column ());
 }