]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_impl.h
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.10 / Modules / expat / xmltok_impl.h
diff --git a/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_impl.h b/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/xmltok_impl.h
deleted file mode 100644 (file)
index 94c7db6..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-/*\r
-Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd\r
-See the file COPYING for copying permission.\r
-*/\r
-\r
-enum {\r
-  BT_NONXML,\r
-  BT_MALFORM,\r
-  BT_LT,\r
-  BT_AMP,\r
-  BT_RSQB,\r
-  BT_LEAD2,\r
-  BT_LEAD3,\r
-  BT_LEAD4,\r
-  BT_TRAIL,\r
-  BT_CR,\r
-  BT_LF,\r
-  BT_GT,\r
-  BT_QUOT,\r
-  BT_APOS,\r
-  BT_EQUALS,\r
-  BT_QUEST,\r
-  BT_EXCL,\r
-  BT_SOL,\r
-  BT_SEMI,\r
-  BT_NUM,\r
-  BT_LSQB,\r
-  BT_S,\r
-  BT_NMSTRT,\r
-  BT_COLON,\r
-  BT_HEX,\r
-  BT_DIGIT,\r
-  BT_NAME,\r
-  BT_MINUS,\r
-  BT_OTHER, /* known not to be a name or name start character */\r
-  BT_NONASCII, /* might be a name or name start character */\r
-  BT_PERCNT,\r
-  BT_LPAR,\r
-  BT_RPAR,\r
-  BT_AST,\r
-  BT_PLUS,\r
-  BT_COMMA,\r
-  BT_VERBAR\r
-};\r
-\r
-#include <stddef.h>\r