diff src/ov-cx-mat.cc @ 8803:35ea4f816bc9

ov-flt-cx-mat.cc, ov-cx-mat.cc: comment out unused static function
author John W. Eaton <jwe@octave.org>
date Wed, 18 Feb 2009 11:27:47 -0500
parents 280fae940bb0
children eb63fbe60fab
line wrap: on
line diff
--- a/src/ov-cx-mat.cc
+++ b/src/ov-cx-mat.cc
@@ -724,11 +724,13 @@
   return retval;
 }
 
+#if 0
 static double
 xabs (const Complex& x)
 {
   return (xisinf (x.real ()) || xisinf (x.imag ())) ? octave_Inf : abs (x);
 }
+#endif
 
 static double
 ximag (const Complex& x)