Skip to content

Commit 0e3efb0

Browse files
author
Remi Delmas
committed
CONTRACTS: remove useless auto type
1 parent c471b4c commit 0e3efb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-instrument/contracts/dynamic-frames/dfcc_instrument.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ void dfcc_instrumentt::instrument_instructions(
407407
is_freeable.rewrite_calls(
408408
goto_program, first_instruction, last_instruction, write_set);
409409

410-
const auto ns = namespacet(goto_model.symbol_table);
410+
const namespacet ns(goto_model.symbol_table);
411411
auto &target = first_instruction;
412412

413413
// excluding the last

0 commit comments

Comments
 (0)