diff src/ov.h @ 2423:de430cdd9234

[project @ 1996-10-18 20:39:41 by jwe]
author jwe
date Fri, 18 Oct 1996 20:39:42 +0000
parents d64502c62840
children 2f50b24ce84f
line wrap: on
line diff
--- a/src/ov.h	Fri Oct 18 20:22:17 1996 +0000
+++ b/src/ov.h	Fri Oct 18 20:39:42 1996 +0000
@@ -182,11 +182,7 @@
     { return rep->try_narrowing_conversion (); }
 
   virtual octave_value index (const octave_value_list& idx) const
-    {
-      octave_value retval = rep->index (idx);
-      retval.maybe_mutate ();
-      return retval;
-    }
+    { return rep->index (idx); }
 
   octave_value& assign (const octave_value_list& idx, const octave_value& rhs);