aboutsummaryrefslogtreecommitdiff
path: root/odb/exceptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/exceptions.cxx')
-rw-r--r--odb/exceptions.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/odb/exceptions.cxx b/odb/exceptions.cxx
index b79f189..bc4b509 100644
--- a/odb/exceptions.cxx
+++ b/odb/exceptions.cxx
@@ -47,12 +47,6 @@ namespace odb
return "session not in effect in this thread";
}
- const char* const_object::
- what () const throw ()
- {
- return "object cached in session is const";
- }
-
const char* deadlock::
what () const throw ()
{