Skip to content

Commit 033f4c5

Browse files
committed
Remove unnecessary (and inconsistent) return statement
1 parent 88db26f commit 033f4c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

regression/cbmc/Float22/main.c

-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ void testTwo (void) {
6969
f2.f = returnsField(1);
7070

7171
assert(f1.ieee.negative != f2.ieee.negative);
72-
73-
return 1;
7472
}
7573

7674

0 commit comments

Comments
 (0)