diff options
author | Karl Berry <karl@freefriends.org> | 2009-11-15 22:43:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-11-15 22:43:45 +0000 |
commit | 860f96fed59d8da7fe4422b5a8c0c1dcea518d90 (patch) | |
tree | 50f13ecad371ce2c1495b25a4608067c60fc6693 /Build/source/extra/expat/lib/xmltok_impl.h | |
parent | 9d05dba2e8395507a9f4a1f2d9b7ae08db9fa006 (diff) |
remove unused (for ages) library code
git-svn-id: svn://tug.org/texlive/trunk@16021 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/extra/expat/lib/xmltok_impl.h')
-rw-r--r-- | Build/source/extra/expat/lib/xmltok_impl.h | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/Build/source/extra/expat/lib/xmltok_impl.h b/Build/source/extra/expat/lib/xmltok_impl.h deleted file mode 100644 index da0ea60a657..00000000000 --- a/Build/source/extra/expat/lib/xmltok_impl.h +++ /dev/null @@ -1,46 +0,0 @@ -/* -Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd -See the file COPYING for copying permission. -*/ - -enum { - BT_NONXML, - BT_MALFORM, - BT_LT, - BT_AMP, - BT_RSQB, - BT_LEAD2, - BT_LEAD3, - BT_LEAD4, - BT_TRAIL, - BT_CR, - BT_LF, - BT_GT, - BT_QUOT, - BT_APOS, - BT_EQUALS, - BT_QUEST, - BT_EXCL, - BT_SOL, - BT_SEMI, - BT_NUM, - BT_LSQB, - BT_S, - BT_NMSTRT, - BT_COLON, - BT_HEX, - BT_DIGIT, - BT_NAME, - BT_MINUS, - BT_OTHER, /* known not to be a name or name start character */ - BT_NONASCII, /* might be a name or name start character */ - BT_PERCNT, - BT_LPAR, - BT_RPAR, - BT_AST, - BT_PLUS, - BT_COMMA, - BT_VERBAR -}; - -#include <stddef.h> |