# HG changeset patch # User John W. Eaton # Date 1584566644 14400 # Node ID a0492ac068f2fe2568df0b5a3409266b274fcbf8 # Parent 41750ce4752ca255bec57a362c46229242fbd229 delete unused typedef * ov-fcn-handle.h (octave_fcn_handle::str_ov_map): Delete unused typedef. diff -r 41750ce4752c -r a0492ac068f2 libinterp/octave-value/ov-fcn-handle.h --- 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 str_ov_map; - public: static const std::string anonymous;