Skip to content

Commit bef5f77

Browse files
committed
Cleanup unused var
1 parent addb642 commit bef5f77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/java_bytecode/java_bytecode_convert_method.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ class java_bytecode_convert_methodt:public messaget
9999
variablet &find_variable_for_slot(unsigned number_int, size_t address,
100100
variablest &var_list, instruction_sizet inst_size)
101101
{
102-
size_t var_list_length = var_list.size();
103102
for(variablet &var : var_list)
104103
{
105104
size_t start_pc = var.start_pc;

0 commit comments

Comments
 (0)