aboutsummaryrefslogtreecommitdiff
path: root/odb/exception.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/exception.cxx')
-rw-r--r--odb/exception.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/odb/exception.cxx b/odb/exception.cxx
deleted file mode 100644
index 330e70a..0000000
--- a/odb/exception.cxx
+++ /dev/null
@@ -1,17 +0,0 @@
-// file : odb/exception.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
-
-#include <typeinfo>
-
-#include <odb/exception.hxx>
-
-namespace odb
-{
- const char* exception::
- what () const throw ()
- {
- return typeid (*this).name ();
- }
-}