changeset 33245:399be7cc310f

eliminate unused variable accidentally introduced in changeset 4e5bc9c4f657 * bp-table.cc (bp_table::parse_dbfunction_params): Delete unused variable SKIP.
author John W. Eaton <jwe@octave.org>
date Sat, 23 Mar 2024 13:54:13 -0400
parents 08ab46f6e241
children 106a4a07742a 55e1412aca35
files libinterp/parse-tree/bp-table.cc
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/parse-tree/bp-table.cc	Sat Mar 23 13:22:58 2024 -0400
+++ b/libinterp/parse-tree/bp-table.cc	Sat Mar 23 13:54:13 2024 -0400
@@ -486,8 +486,6 @@
             {
               if (args(pos).is_string ())
                 {
-                  bool skip = false;
-
                   std::string str = args(pos).string_value ();
 
                   try