comparison libinterp/octave-value/ov-fcn-handle.h @ 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 bd51beb6205e
children 087bccd1ab49
comparison
equal deleted inserted replaced
28162:41750ce4752c 28164:a0492ac068f2
48 48
49 class 49 class
50 OCTINTERP_API 50 OCTINTERP_API
51 octave_fcn_handle : public octave_base_value 51 octave_fcn_handle : public octave_base_value
52 { 52 {
53 private:
54
55 typedef std::map<std::string, octave_value> str_ov_map;
56
57 public: 53 public:
58 54
59 static const std::string anonymous; 55 static const std::string anonymous;
60 56
61 octave_fcn_handle (void) 57 octave_fcn_handle (void)