aboutsummaryrefslogtreecommitdiff
path: root/cutl/xml/exception.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/xml/exception.hxx')
-rw-r--r--cutl/xml/exception.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/cutl/xml/exception.hxx b/cutl/xml/exception.hxx
deleted file mode 100644
index 0b8b62d..0000000
--- a/cutl/xml/exception.hxx
+++ /dev/null
@@ -1,18 +0,0 @@
-// file : cutl/xml/exception.hxx
-// license : MIT; see accompanying LICENSE file
-
-#ifndef CUTL_XML_EXCEPTION_HXX
-#define CUTL_XML_EXCEPTION_HXX
-
-#include <cutl/exception.hxx>
-#include <cutl/details/export.hxx>
-
-namespace cutl
-{
- namespace xml
- {
- struct LIBCUTL_EXPORT exception: cutl::exception {};
- }
-}
-
-#endif // CUTL_XML_EXCEPTION_HXX