changeset 14734:4b8bfb4edf92

eliminate unused macro * src/ops.h (BINOP_NONCONFORMANT): Delete macro definition.
author John W. Eaton <jwe@octave.org>
date Tue, 05 Jun 2012 17:46:40 -0400
parents baa10bd6f8df
children 295bd3efc065
files src/ops.h
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/ops.h	Tue Jun 05 17:30:04 2012 -0400
+++ b/src/ops.h	Tue Jun 05 17:46:40 2012 -0400
@@ -341,12 +341,6 @@
     return octave_value (f (v1.CONCAT2(e1, _value) (), v2.CONCAT2(e2, _value) ())); \
   }
 
-#define BINOP_NONCONFORMANT(msg) \
-  gripe_nonconformant (msg, \
-                       a1.rows (), a1.columns (), \
-                       a2.rows (), a2.columns ()); \
-  return octave_value ()
-
 #define CATOPDECL(name, a1, a2) \
   static octave_value \
   CONCAT2(oct_catop_, name) (octave_base_value& a1, const octave_base_value& a2, \