From a28444da4ca6adb016f719e032174ccb54e1692e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 21 Sep 2011 13:00:33 +0200 Subject: Rework const object handling Now objects are always loaded as non-const and the object cache in session treats all objects as non-const. --- odb/exceptions.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'odb/exceptions.cxx') 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 () { -- cgit v1.1