diff src/ov-struct.h @ 11071:629f6fc20dc5

ov-struct.h (octave_struct (const Octave_map&)): delete constructor
author John W. Eaton <jwe@octave.org>
date Fri, 01 Oct 2010 04:37:53 -0400
parents 76079e505f9d
children fd0a3ac60b0e
line wrap: on
line diff
--- a/src/ov-struct.h
+++ b/src/ov-struct.h
@@ -55,9 +55,6 @@
   octave_struct (const octave_map& m)
     : octave_base_value (), map (m) { }
 
-  octave_struct (const Octave_map& m)
-    : octave_base_value (), map (m) { }
-
   octave_struct (const octave_struct& s)
     : octave_base_value (), map (s.map) { }