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