We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1681773 commit 48aa648Copy full SHA for 48aa648
src/goto-instrument/contracts/dynamic-frames/dfcc.cpp
@@ -70,8 +70,6 @@ std::string invalid_function_contract_pair_exceptiont::what() const
70
return res;
71
}
72
73
-#include <iostream>
74
-
75
static std::pair<irep_idt, irep_idt>
76
parse_function_contract_pair(const irep_idt &cli_flag)
77
{
src/goto-instrument/contracts/dynamic-frames/dfcc_cfg_info.cpp
@@ -759,7 +759,6 @@ bool dfcc_cfg_infot::must_track_decl_or_dead(
759
auto &tracked = get_tracked_set(target);
760
return tracked.find(ident) != tracked.end();
761
762
763
764
/// Returns true if the lhs to an assignment must be checked against its write
765
/// set. The set of locally declared identifiers and the subset of that that
0 commit comments