changeset 28164:a0492ac068f2 stable

delete unused typedef * ov-fcn-handle.h (octave_fcn_handle::str_ov_map): Delete unused typedef.
author John W. Eaton <jwe@octave.org>
date Wed, 18 Mar 2020 17:24:04 -0400
parents 41750ce4752c
children a7ba8d4a1da2 b3bd3385d07a
files libinterp/octave-value/ov-fcn-handle.h
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/octave-value/ov-fcn-handle.h	Sun Mar 15 14:53:33 2020 -0700
+++ b/libinterp/octave-value/ov-fcn-handle.h	Wed Mar 18 17:24:04 2020 -0400
@@ -50,10 +50,6 @@
 OCTINTERP_API
 octave_fcn_handle : public octave_base_value
 {
-private:
-
-  typedef std::map<std::string, octave_value> str_ov_map;
-
 public:
 
   static const std::string anonymous;