diff libinterp/corefcn/pr-output.cc @ 19620:a1d172bfcb2f gui-release

eliminate some unused variable and typedef warnings * pr-output.cc, profiler.cc, ov-base-diag.cc, ov-perm.cc: Eliminate unused variables and typedefs.
author John W. Eaton <jwe@octave.org>
date Fri, 23 Jan 2015 16:09:35 -0500
parents 7467c3e773fd
children 2f4406e9dad6
line wrap: on
line diff
--- a/libinterp/corefcn/pr-output.cc	Fri Jan 23 15:23:09 2015 -0500
+++ b/libinterp/corefcn/pr-output.cc	Fri Jan 23 16:09:35 2015 -0500
@@ -3402,8 +3402,7 @@
 }
 
 void
-octave_print_internal (std::ostream&, const octave_value&,
-                       bool pr_as_read_syntax)
+octave_print_internal (std::ostream&, const octave_value&, bool)
 {
   panic_impossible ();
 }