From 1e78bdc724e95898c04a3409b0b192aa7f77780b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 15 Oct 2012 13:17:30 +0200 Subject: Implement early connection release --- odb/statement.cxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'odb/statement.cxx') diff --git a/odb/statement.cxx b/odb/statement.cxx index eb99227..1d96078 100644 --- a/odb/statement.cxx +++ b/odb/statement.cxx @@ -2,8 +2,6 @@ // copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file -#include - #include namespace odb @@ -12,11 +10,4 @@ namespace odb ~statement () { } - - void statement:: - cached (bool cached) - { - assert (cached); - cached_ = true; - } } -- cgit v1.1