diff options
Diffstat (limited to 'src/pugixml.cpp')
-rw-r--r-- | src/pugixml.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pugixml.cpp b/src/pugixml.cpp index 90023ea..3f871f1 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -17,10 +17,6 @@ #include "pugixml.hpp"
-#if !defined(PUGIXML_NO_XPATH) && defined(PUGIXML_NO_EXCEPTIONS)
-#error No exception mode can not be used with XPath support
-#endif
-
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
|