diff options
-rw-r--r-- | odb/pgsql/connection.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/odb/pgsql/connection.hxx b/odb/pgsql/connection.hxx index 2e7679c..a44b328 100644 --- a/odb/pgsql/connection.hxx +++ b/odb/pgsql/connection.hxx @@ -54,12 +54,6 @@ namespace odb virtual transaction_impl* begin (); - transaction_impl* - begin_immediate (); - - transaction_impl* - begin_exclusive (); - public: using odb::connection::execute; |