Skip to content

Commit

Permalink
Removed Stramon_lib.init
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Dec 30, 2022
1 parent 4a9b9ba commit a076ff5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion bin/stramon.ml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ let handlers =
]

let () =
Stramon_lib.init ();
Sys.catch_break true;
try
Arg.parse speclist add_to_command usage_msg;
Expand Down
3 changes: 0 additions & 3 deletions lib/stramon_lib.ml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ module Stats = Stats

type 'a handler_db = (string, 'a Syscall.base_handler) Hashtbl.t

let init () =
Random.self_init ()

type debug_level = [
| `None
| `Registered
Expand Down
2 changes: 0 additions & 2 deletions lib/stramon_lib.mli
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ module Syscall : sig
]
end

val init : unit -> unit

module Stats : sig
type t

Expand Down

0 comments on commit a076ff5

Please sign in to comment.