- Removed the direct calls to TextCollection, use XMLTree wrapper instead
[SXSI/xpathcomp.git] / OCamlSXSIDrive.cpp
diff --git a/OCamlSXSIDrive.cpp b/OCamlSXSIDrive.cpp
deleted file mode 100644 (file)
index 2fbee33..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/**************************************
- * OCamlDriver.cpp
- * -------------------
- * The Ocaml Driver which calls the C++ methods and
- * adds a C wrapper interface with OCaml code.
- * 
- * Author: Kim Nguyen
- * Date: 19/11/08
- */
-
-/* OCaml memory managment */
-extern "C" {
-#include <caml/mlvalues.h>
-#include <caml/alloc.h>
-#include <caml/memory.h>
-#include <caml/callback.h>
-#include <caml/fail.h>
-} //extern C
-
-#include "XMLDocShredder.h"
-