comparison libinterp/corefcn/pr-output.cc @ 20915:a3359fe50966

remove unused nargout variables * __ichol__.cc, __ilu__.cc, ellipj.cc, filter.cc, mgorth.cc, nproc.cc, pr-output.cc, quad.cc, quadcc.cc, sylvester.cc: Remove unused nargout from DEFUNs that no longer use it.
author John W. Eaton <jwe@octave.org>
date Wed, 16 Dec 2015 17:02:23 -0500
parents 03e4ddd49396
children 667861ffffab
comparison
equal deleted inserted replaced
20914:3ecd9e6650b5 20915:a3359fe50966
3401 octave_print_internal (std::ostream&, const octave_value&, bool) 3401 octave_print_internal (std::ostream&, const octave_value&, bool)
3402 { 3402 {
3403 panic_impossible (); 3403 panic_impossible ();
3404 } 3404 }
3405 3405
3406 DEFUN (rats, args, nargout, 3406 DEFUN (rats, args, ,
3407 "-*- texinfo -*-\n\ 3407 "-*- texinfo -*-\n\
3408 @deftypefn {} {} rats (@var{x}, @var{len})\n\ 3408 @deftypefn {} {} rats (@var{x}, @var{len})\n\
3409 Convert @var{x} into a rational approximation represented as a string.\n\ 3409 Convert @var{x} into a rational approximation represented as a string.\n\
3410 \n\ 3410 \n\
3411 The string can be converted back into a matrix as follows:\n\ 3411 The string can be converted back into a matrix as follows:\n\