aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/g_xml.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/g_xml.ml4')
-rw-r--r--parsing/g_xml.ml44
1 files changed, 0 insertions, 4 deletions
diff --git a/parsing/g_xml.ml4 b/parsing/g_xml.ml4
index 3a57fd545..814236835 100644
--- a/parsing/g_xml.ml4
+++ b/parsing/g_xml.ml4
@@ -71,10 +71,6 @@ let error_expect_no_argument loc =
let nmtoken (loc,a) =
try int_of_string a
with Failure _ -> user_err_loc (loc,"",str "nmtoken expected.")
-
-let interp_xml_attr_qualid = function
- | "uri", s -> qualid_of_string s
- | _ -> error "Ill-formed xml attribute"
let get_xml_attr s al =
try List.assoc s al