Skip to content

Commit

Permalink
fix wrong merge
Browse files Browse the repository at this point in the history
  • Loading branch information
stilscher committed Feb 16, 2024
1 parent 56655c1 commit bcbbcd8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/maingoblint.ml
Original file line number Diff line number Diff line change
Expand Up @@ -622,8 +622,6 @@ let do_gobview cilfile =
let stats = Fpath.(run_dir / "stats.marshalled") in
Serialize.marshal (Timing.Default.root, Gc.quick_stat ()) stats;
)
else
Logs.error "Cannot locate GobView."

let handle_extraspecials () =
let funs = get_string_list "exp.extraspecials" in
Expand Down

0 comments on commit bcbbcd8

Please sign in to comment.