Skip to content

Commit

Permalink
Remove unused checkNoBreak visitors
Browse files Browse the repository at this point in the history
  • Loading branch information
karoliineh committed Oct 2, 2024
1 parent 6f833d3 commit e656cc1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/util/loopUnrolling.ml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ class checkNoBreakVisitor = object

end

let checkNoBreakStmt stmt =
let visitor = new checkNoBreakVisitor in
ignore @@ visitCilStmt visitor stmt

let checkNoBreakBlock block =
let visitor = new checkNoBreakVisitor in
ignore @@ visitCilBlock visitor block

class findBreakVisitor(compOption: exp option ref) = object
inherit nopCilVisitor

Expand Down

0 comments on commit e656cc1

Please sign in to comment.