Skip to content

Commit 021f3d1

Browse files
committed
Remove commented out calls to non-existant outputs
These no-longer serve any value as the functions being called no longer exist and there is no indication that they might be needed.
1 parent da6be77 commit 021f3d1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/goto-programs/write_goto_binary.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,6 @@ bool write_goto_binary(
129129
{
130130
write_symbol_table_binary(out, symbol_table, irepconverter);
131131
write_goto_functions_binary(out, goto_functions, irepconverter);
132-
133-
// irepconverter.output_map(f);
134-
// irepconverter.output_string_map(f);
135-
136132
return false;
137133
}
138134

0 commit comments

Comments
 (0)