Skip to content

Commit

Permalink
remove unused variable(1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hels15 committed Jun 29, 2024
1 parent 7d8430c commit 03dcbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion donsus_test/symbol_table/test_sym_functions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ TEST(SymbolTableCheckNestedFunctions, SymbolTableCheckFunction) {
utility::handle<DonsusSymTable> sym_global2 = new DonsusSymTable();

utility::handle<DonsusSymTable> nested_1 = sym_global2->add_sym_table("func");
utility::handle<DonsusSymTable> c = nested_1->add_sym_table("a");
nested_1->add_sym_table("a");

DonsusSema sema(file, parse_result);
sema.start_traverse(sym_global);
Expand Down

0 comments on commit 03dcbb9

Please sign in to comment.