Skip to content

Commit 0714def

Browse files
committed
Remove unused variable assignment
1 parent 90ec73d commit 0714def

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/goto-programs/lazy_goto_functions_map.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ class lazy_goto_functions_mapt final
192192
{
193193
// Fill in symbol table entry body if not already done
194194
language_files.convert_lazy_method(name, function_symbol_table);
195-
body_provided = function_symbol_table.lookup_ref(name).value.is_not_nil();
196195

197196
// Create goto_functiont
198197
goto_convert_functionst convert_functions(

0 commit comments

Comments
 (0)