Skip to content

Commit 4998f05

Browse files
minor changes
Signed-off-by: Lucas Cordeiro <[email protected]>
1 parent 3b3542a commit 4998f05

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/goto-instrument/cover.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Date: May 2016
88
99
\*******************************************************************/
1010

11-
#include <iostream>
12-
1311
#include <algorithm>
1412
#include <iterator>
1513

@@ -1615,7 +1613,7 @@ bool consider_goals(
16151613
result=false;
16161614
else
16171615
result = !((count_decl==0) && (count_goto<=1) &&
1618-
(count_assignments>0 && count_assignments<5));
1616+
(count_assignments>0 && count_assignments<5));
16191617

16201618
return result;
16211619
}

0 commit comments

Comments
 (0)