diff src/ov.cc @ 4925:90f51232d751

[project @ 2004-08-02 22:09:47 by jwe]
author jwe
date Mon, 02 Aug 2004 22:09:47 +0000
parents c638c144d4da
children bdb307dc8613
line wrap: on
line diff
--- a/src/ov.cc	Mon Aug 02 19:04:20 2004 +0000
+++ b/src/ov.cc	Mon Aug 02 22:09:47 2004 +0000
@@ -740,12 +740,6 @@
   rep->count = 1;
 }
 
-octave_value::octave_value (const fcn_handle_array& fha)
-  : rep (new octave_fcn_handle (fha))
-{
-  rep->count = 1;
-}
-
 octave_value::octave_value (octave_function *f, const std::string& nm)
   : rep (new octave_fcn_handle (f, nm))
 {