diff libinterp/corefcn/mgorth.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 b17fda023ca6
line wrap: on
line diff
--- a/libinterp/corefcn/mgorth.cc	Wed Dec 16 23:06:22 2015 +0100
+++ b/libinterp/corefcn/mgorth.cc	Wed Dec 16 17:02:23 2015 -0500
@@ -48,7 +48,7 @@
     x /= h(Vc);
 }
 
-DEFUN (mgorth, args, nargout,
+DEFUN (mgorth, args, ,
        "-*- texinfo -*-\n\
 @deftypefn {} {[@var{y}, @var{h}] =} mgorth (@var{x}, @var{v})\n\
 Orthogonalize a given column vector @var{x} with respect to a set of\n\