# HG changeset patch # User John W. Eaton # Date 1584567587 14400 # Node ID a7ba8d4a1da2d5f3f5339dae219c01c8630ff477 # Parent b98b6e2490b24504843f2e6348187ef79a662498# Parent a0492ac068f2fe2568df0b5a3409266b274fcbf8 maint: merge stable to default. diff -r b98b6e2490b2 -r a7ba8d4a1da2 libinterp/octave-value/ov-fcn-handle.h --- a/libinterp/octave-value/ov-fcn-handle.h Sun Mar 15 14:54:11 2020 -0700 +++ b/libinterp/octave-value/ov-fcn-handle.h Wed Mar 18 17:39:47 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;