summaryrefslogtreecommitdiff
path: root/xsd/examples/cxx/parser/performance/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/examples/cxx/parser/performance/driver.cxx')
-rw-r--r--xsd/examples/cxx/parser/performance/driver.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/xsd/examples/cxx/parser/performance/driver.cxx b/xsd/examples/cxx/parser/performance/driver.cxx
index 422f2b9..302464e 100644
--- a/xsd/examples/cxx/parser/performance/driver.cxx
+++ b/xsd/examples/cxx/parser/performance/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/performance/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <string>
@@ -22,7 +21,6 @@
# include <xsd/cxx/xml/sax/bits/error-handler-proxy.hxx>
# include <xsd/cxx/parser/error-handler.hxx>
-
#endif
// No-op parser implementation.
@@ -256,7 +254,7 @@ main (int argc, char* argv[])
eh.throw_if_failed ();
parser->setFeature (XMLUni::fgXercesUseCachedGrammarInParse, true);
-#if _XERCES_VERSION >= 30000
+#if _XERCES_VERSION >= 30100
parser->setFeature (XMLUni::fgXercesLoadSchema, false);
#endif
}