Skip to content

Commit

Permalink
Remove unused opens
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Oct 11, 2022
1 parent 7f84b27 commit 74aab9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/framework/control.ml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ struct
let live_nodes : unit NH.t = NH.create 10 in
let count = ref 0 in (* Is only populated if "ana.dead-code.lines" or "ana.dead-code.branches" is true *)
let module StringMap = BatMap.Make (String) in
let open BatPrintf in
let live_lines = ref StringMap.empty in
let dead_lines = ref StringMap.empty in
let add_one n v =
Expand Down
1 change: 0 additions & 1 deletion src/witness/svcompSpec.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
open GoblintCil
open Batteries

type t =
Expand Down

0 comments on commit 74aab9d

Please sign in to comment.