Skip to content

Commit 38b0401

Browse files
committed
Remove unused module imports
Signed-off-by: John Else <[email protected]>
1 parent 2aa4ca4 commit 38b0401

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

ocaml/idl/ocaml_backend/server_helpers.ml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ open Threadext
1919
module D = Debug.Debugger(struct let name = "dispatcher" end)
2020
open D
2121

22-
module Real = Debug.Debugger(struct let name = "taskhelper" end)
23-
module Dummy = Debug.Debugger(struct let name = "dummytaskhelper" end)
24-
2522
exception Dispatcher_FieldNotFound of string
2623
let my_assoc fld assoc_list =
2724
try

ocaml/idl/ocaml_backend/taskHelper.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* GNU Lesser General Public License for more details.
1313
*)
1414
module D = Debug.Debugger(struct let name = "taskhelper" end)
15-
module Dummy = Debug.Debugger(struct let name = "dummytaskhelper" end)
1615
open D
1716

1817
(*open API*)

0 commit comments

Comments
 (0)