diff libinterp/corefcn/__pchip_deriv__.cc @ 21078:49852ff04747

maint: Remove unnecessary declarations of retval. * __pchip_deriv__.cc, data.cc, dirfns.cc, error.cc, file-io.cc, input.cc, load-path.cc, octave-link.cc, strfns.cc, sysdep.cc, time.cc, toplev.cc, urlwrite.cc, ov-cell.cc, ov.cc: Remove unnecessary declarations of retval.
author Rik <rik@octave.org>
date Fri, 15 Jan 2016 13:40:34 -0800
parents 48b2ad5ee801
children e39e05d90788
line wrap: on
line diff
--- a/libinterp/corefcn/__pchip_deriv__.cc	Fri Jan 15 10:52:48 2016 -0800
+++ b/libinterp/corefcn/__pchip_deriv__.cc	Fri Jan 15 13:40:34 2016 -0800
@@ -57,7 +57,7 @@
 @end deftypefn")
 {
   octave_value retval;
-  const int nargin = args.length ();
+  int nargin = args.length ();
 
   bool rows = (nargin == 3 && args(2).uint_value () == 2);