changeset 30111:b08749cb3261

eliminate unused member variable in octave_user_function class * ov-usr-fcn.h (octave_user_function::m_parent_function): Delete unused variable.
author John W. Eaton <jwe@octave.org>
date Wed, 01 Sep 2021 23:53:27 -0400
parents 67994b92a613
children 4fa7200f230a
files libinterp/octave-value/ov-usr-fcn.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/octave-value/ov-usr-fcn.h	Wed Sep 01 23:50:07 2021 -0400
+++ b/libinterp/octave-value/ov-usr-fcn.h	Wed Sep 01 23:53:27 2021 -0400
@@ -459,9 +459,6 @@
   // TRUE means this is a nested function.
   bool m_nested_function;
 
-  // TRUE means this function contains a nested function.
-  bool m_parent_function;
-
   // Enum describing whether this function is the constructor for class object.
   class_method_type m_class_constructor;