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.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/cutl/fs/exception.cxx b/cutl/fs/exception.cxx
deleted file mode 100644
index 404947f..0000000
--- a/cutl/fs/exception.cxx
+++ /dev/null
@@ -1,17 +0,0 @@
-// file : cutl/fs/exception.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
-// 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";
- }
- }
-}