Skip to content

Commit 48aa648

Browse files
committed
Remove unnecessary iostream includes
These are debugging leftovers.
1 parent 1681773 commit 48aa648

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ std::string invalid_function_contract_pair_exceptiont::what() const
7070
return res;
7171
}
7272

73-
#include <iostream>
74-
7573
static std::pair<irep_idt, irep_idt>
7674
parse_function_contract_pair(const irep_idt &cli_flag)
7775
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,6 @@ bool dfcc_cfg_infot::must_track_decl_or_dead(
759759
auto &tracked = get_tracked_set(target);
760760
return tracked.find(ident) != tracked.end();
761761
}
762-
#include <iostream>
763762

764763
/// Returns true if the lhs to an assignment must be checked against its write
765764
/// set. The set of locally declared identifiers and the subset of that that

0 commit comments

Comments
 (0)