diff liboctave/dRowVector.cc @ 4587:7b957b442818

[project @ 2003-11-10 15:50:39 by jwe]
author jwe
date Mon, 10 Nov 2003 15:50:40 +0000
parents 6f3382e08a52
children 334a27c8f453
line wrap: on
line diff
--- a/liboctave/dRowVector.cc
+++ b/liboctave/dRowVector.cc
@@ -210,9 +210,6 @@
     gripe_nonconformant ("operator *", 1, len, a_nr, a_nc);
   else
     {
-      int a_nr = a.rows ();
-      int a_nc = a.cols ();
-
       if (len == 0)
 	retval.resize (a_nc, 0.0);
       else