From c6019273a7564be9ed772d45aa95e09aaff37a23 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 30 Apr 2021 12:06:15 +0200 Subject: Add transaction::connection(database&) overload --- odb/pgsql/transaction-impl.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'odb/pgsql/transaction-impl.hxx') diff --git a/odb/pgsql/transaction-impl.hxx b/odb/pgsql/transaction-impl.hxx index 59924a0..5c93b0e 100644 --- a/odb/pgsql/transaction-impl.hxx +++ b/odb/pgsql/transaction-impl.hxx @@ -38,17 +38,12 @@ namespace odb virtual void rollback (); - connection_type& - connection (); - private: connection_ptr connection_; }; } } -#include - #include #endif // ODB_PGSQL_TRANSACTION_IMPL_HXX -- cgit v1.1