From 1ee222df81fc2ad5cef3236eb6d481b50699c2ab Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 20 Jul 2010 11:05:27 +0200 Subject: Get rid of the session mechanism for now Add low-level API instead. --- odb/tracer/transaction-impl.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'odb/tracer/transaction-impl.hxx') diff --git a/odb/tracer/transaction-impl.hxx b/odb/tracer/transaction-impl.hxx index 06fe849..92adb04 100644 --- a/odb/tracer/transaction-impl.hxx +++ b/odb/tracer/transaction-impl.hxx @@ -24,7 +24,6 @@ namespace odb typedef tracer::database database_type; transaction_impl (database_type&); - transaction_impl (database_type&, session_type&); virtual ~transaction_impl (); -- cgit v1.1