Skip to content

Commit ed14524

Browse files
NathanJPhillipssmowton
authored andcommitted
Merge pull request diffblue#130 from NathanJPhillips/cleanup/remove-top
Removed unused comment
1 parent 47d247b commit ed14524

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/goto-analyzer/taint_set.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ taint_sett& taint_sett::operator-=(const taint_variablet &elt)
9090

9191
taint_sett& taint_sett::operator|=(const taint_sett& other)
9292
{
93-
// if(m_is_top)
94-
// return;
9593
tokens.insert(other.tokens.cbegin(), other.tokens.cend());
9694
variables.insert(other.variables.cbegin(), other.variables.cend());
9795
conditionals.insert(other.conditionals.cbegin(), other.conditionals.cend());

0 commit comments

Comments
 (0)