summaryrefslogtreecommitdiff
path: root/xml2cmp
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-04 23:25:40 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-04 23:26:57 +0900
commit54a908a003db858874d85ca528983882e85e5c2e (patch)
tree70ab2d33ee0073b5629e37ec068d4dfcc34eacaf /xml2cmp
parent47e0df5cebc05576e55210c5dd408a6f3eb91700 (diff)
nuke unused defines
Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb
Diffstat (limited to 'xml2cmp')
-rw-r--r--xml2cmp/source/xcd/parse.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/xml2cmp/source/xcd/parse.cxx b/xml2cmp/source/xcd/parse.cxx
index 454abb46d1ce..b05e48b6bd8d 100644
--- a/xml2cmp/source/xcd/parse.cxx
+++ b/xml2cmp/source/xcd/parse.cxx
@@ -46,12 +46,6 @@
// NOT FULLY DEFINED SERVICES
-
-#define AssertionOf(x) \
- {if (!(x)) {std::cerr << "Assertion failed: " << #x << __FILE__ << __LINE__ << std::endl; exit(3); }}
-
-
-
X2CParser::X2CParser( XmlElement & o_rDocumentData )
: // sFileName,
nFileLine(0),