summaryrefslogtreecommitdiff
path: root/libcutl/cutl/fs/exception.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libcutl/cutl/fs/exception.cxx')
-rw-r--r--libcutl/cutl/fs/exception.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/libcutl/cutl/fs/exception.cxx b/libcutl/cutl/fs/exception.cxx
deleted file mode 100644
index 3fbd26b..0000000
--- a/libcutl/cutl/fs/exception.cxx
+++ /dev/null
@@ -1,17 +0,0 @@
-// file : cutl/fs/exception.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
-// license : MIT; see accompanying LICENSE file
-
-#include <cutl/fs/exception.hxx>
-
-namespace cutl
-{
- namespace fs
- {
- char const* error::
- what () const throw ()
- {
- return "filesystem error";
- }
- }
-}