summaryrefslogtreecommitdiff
path: root/odb/details/win32/exceptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/win32/exceptions.cxx')
-rw-r--r--odb/details/win32/exceptions.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/odb/details/win32/exceptions.cxx b/odb/details/win32/exceptions.cxx
deleted file mode 100644
index 3cf11c2..0000000
--- a/odb/details/win32/exceptions.cxx
+++ /dev/null
@@ -1,22 +0,0 @@
-// file : odb/details/win32/exceptions.cxx
-// license : GNU GPL v2; see accompanying LICENSE file
-
-#include <odb/details/win32/exceptions.hxx>
-
-namespace odb
-{
- namespace details
- {
- const char* win32_exception::
- what () const ODB_NOTHROW_NOEXCEPT
- {
- return "Win32 API error";
- }
-
- win32_exception* win32_exception::
- clone () const
- {
- return new win32_exception (*this);
- }
- }
-}