aboutsummaryrefslogtreecommitdiff
path: root/cutl/exception.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/exception.cxx')
-rw-r--r--cutl/exception.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/cutl/exception.cxx b/cutl/exception.cxx
deleted file mode 100644
index 6e9924d..0000000
--- a/cutl/exception.cxx
+++ /dev/null
@@ -1,15 +0,0 @@
-// file : cutl/exception.cxx
-// license : MIT; see accompanying LICENSE file
-
-#include <typeinfo>
-
-#include <cutl/exception.hxx>
-
-namespace cutl
-{
- char const* exception::
- what () const LIBCUTL_NOTHROW_NOEXCEPT
- {
- return typeid (*this).name ();
- }
-}