summaryrefslogtreecommitdiff
path: root/Build/source/extra/expat/xmlwf/xmlfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/extra/expat/xmlwf/xmlfile.h')
-rw-r--r--Build/source/extra/expat/xmlwf/xmlfile.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/Build/source/extra/expat/xmlwf/xmlfile.h b/Build/source/extra/expat/xmlwf/xmlfile.h
deleted file mode 100644
index 5d6bdce457d..00000000000
--- a/Build/source/extra/expat/xmlwf/xmlfile.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
-Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
-See the file COPYING for copying permission.
-*/
-
-#define XML_MAP_FILE 01
-#define XML_EXTERNAL_ENTITIES 02
-
-extern int XML_ProcessFile(XML_Parser parser,
- const XML_Char *filename,
- unsigned flags);