Refactor module organisation and build process.
[tatoo.git] / src / XPath / parser.ml
diff --git a/src/XPath/parser.ml b/src/XPath/parser.ml
deleted file mode 100644 (file)
index 69e76e1..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-(***********************************************************************)
-(*                                                                     *)
-(*                               TAToo                                 *)
-(*                                                                     *)
-(*                     Kim Nguyen, LRI UMR8623                         *)
-(*                   Université Paris-Sud & CNRS                       *)
-(*                                                                     *)
-(*  Copyright 2010-2013 Université Paris-Sud and Centre National de la *)
-(*  Recherche Scientifique. All rights reserved.  This file is         *)
-(*  distributed under the terms of the GNU Lesser General Public       *)
-(*  License, with the special exception on linking described in file   *)
-(*  ../LICENSE.                                                        *)
-(*                                                                     *)
-(***********************************************************************)
-
-(*
-  Time-stamp: <Last modified on 2013-02-05 14:40:30 CET by Kim Nguyen>
-*)
-
-include Xpath_internal_parser
-
-let parse (l : Ulexing.lexbuf) =
-  xpath (fun _ -> Ulexer.token l) (Lexing.from_string "!!dummy!!")
-