Skip to content

Commit e656cc1

Browse files
committed
Remove unused checkNoBreak visitors
1 parent 6f833d3 commit e656cc1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/util/loopUnrolling.ml

-8
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ class checkNoBreakVisitor = object
3131

3232
end
3333

34-
let checkNoBreakStmt stmt =
35-
let visitor = new checkNoBreakVisitor in
36-
ignore @@ visitCilStmt visitor stmt
37-
38-
let checkNoBreakBlock block =
39-
let visitor = new checkNoBreakVisitor in
40-
ignore @@ visitCilBlock visitor block
41-
4234
class findBreakVisitor(compOption: exp option ref) = object
4335
inherit nopCilVisitor
4436

0 commit comments

Comments
 (0)