diff libinterp/corefcn/profiler.cc @ 19654: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 91cd85a75705
children 2f4406e9dad6
line wrap: on
line diff
--- a/libinterp/corefcn/profiler.cc	Fri Jan 23 15:23:09 2015 -0500
+++ b/libinterp/corefcn/profiler.cc	Fri Jan 23 16:09:35 2015 -0500
@@ -84,7 +84,7 @@
 }
 
 profile_data_accumulator::tree_node*
-profile_data_accumulator::tree_node::exit (octave_idx_type fcn)
+profile_data_accumulator::tree_node::exit (octave_idx_type /* fcn */)
 {
   // FIXME: These assert statements don't make sense if profile() is called
   //        from within a function hierarchy to begin with.  See bug #39587.