pa_when does not need and shouldn't depend on whenlib.cma
[whenjobs.git] / lib / pa_when.ml
index d646822..3b8f36e 100644 (file)
@@ -29,8 +29,6 @@ open Camlp4.PreCast
 open Syntax
 open Ast
 
-open Whenutils
-
 let unique = let i = ref 0 in fun () -> incr i; !i
 
 let unique_job_name () = sprintf "job$%d" (unique ())