summaryrefslogtreecommitdiff
path: root/math/octave/patches/patch-libinterp_octave-value_ov-classdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave/patches/patch-libinterp_octave-value_ov-classdef.h')
-rw-r--r--math/octave/patches/patch-libinterp_octave-value_ov-classdef.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/math/octave/patches/patch-libinterp_octave-value_ov-classdef.h b/math/octave/patches/patch-libinterp_octave-value_ov-classdef.h
deleted file mode 100644
index 61afcab05ef..00000000000
--- a/math/octave/patches/patch-libinterp_octave-value_ov-classdef.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-libinterp_octave-value_ov-classdef.h,v 1.1 2016/02/16 04:21:40 dbj Exp $
-
---- libinterp/octave-value/ov-classdef.h.orig 2015-05-23 14:21:53.000000000 +0000
-+++ libinterp/octave-value/ov-classdef.h
-@@ -438,7 +438,7 @@ public:
-
- void mark_as_constructed (void) { ctor_list.clear (); }
-
-- void mark_as_constructed (const cdef_class& cls) { ctor_list.erase (cls); }
-+ void mark_as_constructed (const cdef_class& cls);
-
- bool is_constructed (void) const { return ctor_list.empty (); }
-