Skip to content

Commit

Permalink
Remove unnecessary iostream includes
Browse files Browse the repository at this point in the history
These are debugging leftovers.
  • Loading branch information
tautschnig committed Aug 21, 2024
1 parent 1681773 commit 48aa648
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/goto-instrument/contracts/dynamic-frames/dfcc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ std::string invalid_function_contract_pair_exceptiont::what() const
return res;
}

#include <iostream>

static std::pair<irep_idt, irep_idt>
parse_function_contract_pair(const irep_idt &cli_flag)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,6 @@ bool dfcc_cfg_infot::must_track_decl_or_dead(
auto &tracked = get_tracked_set(target);
return tracked.find(ident) != tracked.end();
}
#include <iostream>

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

0 comments on commit 48aa648

Please sign in to comment.