changeset 27827:67c07e264a32

* graphics.cc (gh_manager::execute_callback): Eliminate unused variable.
author John W. Eaton <jwe@octave.org>
date Fri, 13 Dec 2019 22:43:36 -0500
parents ec79de142784
children 0948ba09abbd
files libinterp/corefcn/graphics.cc
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.cc	Fri Dec 13 19:38:35 2019 -0800
+++ b/libinterp/corefcn/graphics.cc	Fri Dec 13 22:43:36 2019 -0500
@@ -12129,8 +12129,6 @@
       // Copy CB because "function_value" method is non-const.
       octave_value cb = cb_arg;
 
-      octave::error_system& es = m_interpreter.get_error_system ();
-
       if (cb.is_function ())
         fcn = cb.function_value ();
       else if (cb.is_function_handle ())