changeset 21648:1eabc3e24a53

* ops.h (CATOP_NONCONFORMANT): Delete unused macro.
author John W. Eaton <jwe@octave.org>
date Wed, 27 Apr 2016 17:02:06 -0400
parents 66cae7a6dc47
children 0822917dfcf5
files libinterp/operators/ops.h
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/operators/ops.h	Wed Apr 27 16:13:40 2016 -0400
+++ b/libinterp/operators/ops.h	Wed Apr 27 17:02:06 2016 -0400
@@ -409,10 +409,4 @@
     return octave_value (tc1 (v1.CONCAT2(e1, _value) ()) . f (tc2 (v2.CONCAT2(e2, _value) ()), ra_idx)); \
   }
 
-#define CATOP_NONCONFORMANT(msg) \
-  err_nonconformant (msg, \
-                     a1.rows (), a1.columns (), \
-                     a2.rows (), a2.columns ()); \
-  return octave_value ()
-
 #endif