We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa4ca4 commit 38b0401Copy full SHA for 38b0401
ocaml/idl/ocaml_backend/server_helpers.ml
@@ -19,9 +19,6 @@ open Threadext
19
module D = Debug.Debugger(struct let name = "dispatcher" end)
20
open D
21
22
-module Real = Debug.Debugger(struct let name = "taskhelper" end)
23
-module Dummy = Debug.Debugger(struct let name = "dummytaskhelper" end)
24
-
25
exception Dispatcher_FieldNotFound of string
26
let my_assoc fld assoc_list =
27
try
ocaml/idl/ocaml_backend/taskHelper.ml
@@ -12,7 +12,6 @@
12
* GNU Lesser General Public License for more details.
13
*)
14
module D = Debug.Debugger(struct let name = "taskhelper" end)
15
16
17
18
(*open API*)
0 commit comments