diff src/pt-arg-list.cc @ 5164:57077d0ddc8e

[project @ 2005-02-25 19:55:24 by jwe]
author jwe
date Fri, 25 Feb 2005 19:55:28 +0000
parents e35b034d3523
children 23b37da9fd5b
line wrap: on
line diff
--- a/src/pt-arg-list.cc	Fri Feb 25 17:42:55 2005 +0000
+++ b/src/pt-arg-list.cc	Fri Feb 25 19:55:28 2005 +0000
@@ -125,10 +125,6 @@
 	{
 	case -1:
 	  {
-	    // We want numel = prod (size ()) here, so don't use
-	    // index_object->numel () as that may be different (it is
-	    // the number of nonzero elements for sparse arrays).
-
 	    int numel = dv.numel ();
 
 	    if (numel < 0)