aboutsummaryrefslogtreecommitdiff
path: root/cutl/xml/exception.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-12-16 20:29:05 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-02-24 16:40:04 +0300
commit8e761289a2446367267c6c0d9a26e734f0f78306 (patch)
treefb495d8c18801f271d124ee48731f10df396ca89 /cutl/xml/exception.hxx
parent4c8104756b92b9fa16b3a725e8a6aa620dfd606e (diff)
Get rid of legacy build systems and rename cutl/ to libcutl/
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