Skip to content

Commit

Permalink
Merge PR coq#18992: Remove useless code in coqtop_bin
Browse files Browse the repository at this point in the history
Reviewed-by: ejgallego
Co-authored-by: ejgallego <[email protected]>
  • Loading branch information
coqbot-app[bot] and ejgallego authored May 2, 2024
2 parents 320fe3c + da7a154 commit d9c5107
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions topbin/coqtop_bin.ml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,5 @@
(* * (see LICENSE file for the text of the license) *)
(************************************************************************)

let drop_setup () = Mltop.remove ()

(* Main coqtop initialization *)
let () =
drop_setup ();
Coqtop.(start_coq coqtop_toplevel)
(* Main coqtop entry point *)
let () = Coqtop.(start_coq coqtop_toplevel)

0 comments on commit d9c5107

Please sign in to comment.