Skip to content

Commit

Permalink
Applied linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Steffinlongo committed Dec 4, 2023
1 parent b9bcca0 commit 8e32fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goto-programs/goto_convert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ void goto_convertt::finish_gotos(goto_programt &dest, const irep_idt &mode)
inputs.label_scope_index = label_target;
inputs.end_scope_index = intersection_result.common_ancestor;
build_declaration_hops(dest, label_flags, inputs);
//WATCHVAR(i.get_target()->to_string());
// WATCHVAR(i.get_target()->to_string());
}
}
else
Expand Down

0 comments on commit 8e32fbb

Please sign in to comment.