summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/common/Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ACEXML/common/Exception.h')
-rw-r--r--ACE/ACEXML/common/Exception.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ACE/ACEXML/common/Exception.h b/ACE/ACEXML/common/Exception.h
index 48572e24c73..56ba88f1566 100644
--- a/ACE/ACEXML/common/Exception.h
+++ b/ACE/ACEXML/common/Exception.h
@@ -21,14 +21,6 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ACEXML/common/XML_Types.h"
-#include "ACEXML/common/XML_Macros.h"
-
-#if defined (ACE_USES_NATIVE_EXCEPTIONS)
-# define ACEXML_RAISE(EXCEPTION) throw EXCEPTION
-#else
-# define ACEXML_RAISE(EXCEPTION)
-#endif
-
/**
* @class ACEXML_Exception Exception.h "ACEXML/common/Exception.h"