Change the logging infrastructure:
[SXSI/xpathcomp.git] / src / compile.ml
index 04fa7f1..e60ede6 100644 (file)
@@ -196,7 +196,7 @@ and compile_path toplevel p conf =
 
 let compile path =
   let cont, conf = compile_path true path empty_info in
-  let (_, _, init), _ = Formula.st cont in
+  let init, _ = Formula.st cont in
   let get t s =
     try Hashtbl.find t s with Not_found -> []
   in