diff src/DLD-FUNCTIONS/bsxfun.cc @ 6959:47f4f4e88166

[project @ 2007-10-04 20:43:32 by jwe]
author jwe
date Thu, 04 Oct 2007 20:43:33 +0000
parents cd2c6a69a70d
children 8b0cfeb06365
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/bsxfun.cc	Thu Oct 04 19:21:23 2007 +0000
+++ b/src/DLD-FUNCTIONS/bsxfun.cc	Thu Oct 04 20:43:33 2007 +0000
@@ -90,6 +90,8 @@
     }
 }
 
+#if 0
+// FIXME -- this function is not used; is it OK to delete it?
 static void
 update_index (octave_value_list& idx, const dim_vector& dv, octave_idx_type i)
 {
@@ -110,6 +112,7 @@
 	}
     }
 }
+#endif
 
 static void
 update_index (Array<int>& idx, const dim_vector& dv, octave_idx_type i)
@@ -124,7 +127,7 @@
     }
 }
 
-DEFUN_DLD (bsxfun, args, nargout,
+DEFUN_DLD (bsxfun, args, ,
   " -*- texinfo -*-\n\
 @deftypefn {Lodable Function} {} bsxfun (@var{f}, @var{a}, @var{b})\n\
 Applies a binary function @var{f} element-wise to two matrix arguments\n\