aboutsummaryrefslogtreecommitdiff
path: root/odb/exceptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/exceptions.hxx')
-rw-r--r--odb/exceptions.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/odb/exceptions.hxx b/odb/exceptions.hxx
index b1e4711..698baee 100644
--- a/odb/exceptions.hxx
+++ b/odb/exceptions.hxx
@@ -56,12 +56,6 @@ namespace odb
what () const throw ();
};
- struct LIBODB_EXPORT const_object: exception
- {
- virtual const char*
- what () const throw ();
- };
-
// Database operations exceptions.
//
struct LIBODB_EXPORT recoverable: exception
@@ -139,7 +133,6 @@ namespace odb
using odb::already_in_session;
using odb::not_in_session;
- using odb::const_object;
using odb::recoverable;
using odb::deadlock;