# HG changeset patch # User John W. Eaton # Date 1711216453 14400 # Node ID 399be7cc310f80f94558fadaa3eceda7bd9d57b6 # Parent 08ab46f6e2416f905ed52cc1b0f210a3c6dba621 eliminate unused variable accidentally introduced in changeset 4e5bc9c4f657 * bp-table.cc (bp_table::parse_dbfunction_params): Delete unused variable SKIP. diff -r 08ab46f6e241 -r 399be7cc310f libinterp/parse-tree/bp-table.cc --- 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