Refactor xpath parser and ast in a submodule.
[tatoo.git] / src / uparser.ml
diff --git a/src/uparser.ml b/src/uparser.ml
deleted file mode 100644 (file)
index c5aeb1a..0000000
+++ /dev/null
@@ -1,23 +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-01-30 19:06:20 CET by Kim Nguyen>
-*)
-
-let xpath (f : Ulexing.lexbuf -> Parser.token) (l: Ulexing.lexbuf) =
-  Parser.xpath (fun _ -> f l) (Lexing.from_string "!!dummy!!")
-
-