changeset 32428:e1a85e723056

eliminate unnecessarily duplicated function * ov-usr-fcn.h (octave_user_function::symbol_scope): Delete duplicate of parent class function, octave_user_code::symbol_scope.
author John W. Eaton <jwe@octave.org>
date Tue, 24 Oct 2023 01:35:52 -0400
parents 8a8f16e7c462
children ffc410f26506
files libinterp/octave-value/ov-usr-fcn.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/octave-value/ov-usr-fcn.h	Sat Oct 21 21:00:42 2023 -0400
+++ b/libinterp/octave-value/ov-usr-fcn.h	Tue Oct 24 01:35:52 2023 -0400
@@ -257,8 +257,6 @@
   int ending_line () const { return m_end_location_line; }
   int ending_column () const { return m_end_location_column; }
 
-  octave::symbol_scope scope (void) { return m_scope; }
-
   void maybe_relocate_end ();
 
   void stash_parent_fcn_scope (const octave::symbol_scope& ps);