diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-08-22 14:32:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-08-22 14:32:53 +0200 |
commit | cf1360deed64861078a44aaddaa77ace78ec8362 (patch) | |
tree | c41dee19758c8c1d35ce6470a9428bb9e60aaa5a | |
parent | b536a5596073c6e253a8270d7da3280b23165e4f (diff) |
Remove stray function declarations
-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; |