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 3b3542a commit 4998f05Copy full SHA for 4998f05
src/goto-instrument/cover.cpp
@@ -8,8 +8,6 @@ Date: May 2016
8
9
\*******************************************************************/
10
11
-#include <iostream>
12
-
13
#include <algorithm>
14
#include <iterator>
15
@@ -1615,7 +1613,7 @@ bool consider_goals(
1615
1613
result=false;
1616
1614
else
1617
result = !((count_decl==0) && (count_goto<=1) &&
1618
- (count_assignments>0 && count_assignments<5));
+ (count_assignments>0 && count_assignments<5));
1619
1620
return result;
1621
}
0 commit comments