Skip to content

Commit a0b917e

Browse files
committed
CP-17268 remove init code from xenopsd.ml (moved to xc/xenops_xc_main.ml)
This was missed in the previous commit. Signed-off-by: Christian Lindig <[email protected]>
1 parent 8a9dbc3 commit a0b917e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/xenopsd.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ let main backend =
149149
Sys.set_signal Sys.sigpipe Sys.Signal_ignore;
150150
Sys.set_signal Sys.sigterm (Sys.Signal_handle signal_handler);
151151

152-
Coverage.init name; (* set up coverage profiling *)
153152

154153
Xenops_utils.set_fs_backend
155154
(Some (if !persist

0 commit comments

Comments
 (0)