changeset 20696:0dfeb5c82750

* ov.h (OV_REP_TYPE): Delete obsolete macro.
author John W. Eaton <jwe@octave.org>
date Wed, 11 Nov 2015 12:22:10 -0500
parents 6faaab833605
children 7f568368d247
files libinterp/octave-value/ov.h
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/octave-value/ov.h	Wed Nov 11 16:58:18 2015 -0800
+++ b/libinterp/octave-value/ov.h	Wed Nov 11 12:22:10 2015 -0500
@@ -1382,12 +1382,6 @@
 
 extern OCTINTERP_API void install_types (void);
 
-// This will eventually go away, but for now it can be used to
-// simplify the transition to the new octave_value class hierarchy,
-// which uses octave_base_value instead of octave_value for the type
-// of octave_value::rep.
-#define OV_REP_TYPE octave_base_value
-
 // Templated value extractors.
 template<class Value>
 inline Value octave_value_extract (const octave_value&)