aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/pgsql/connection.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/odb/pgsql/connection.cxx b/odb/pgsql/connection.cxx
index 41fa7f0..fb1ea26 100644
--- a/odb/pgsql/connection.cxx
+++ b/odb/pgsql/connection.cxx
@@ -18,12 +18,9 @@ namespace odb
{
namespace pgsql
{
- namespace
+ static void
+ nop_process_notice (void*, const char*)
{
- void
- nop_process_notice (void*, const char*)
- {
- }
}
connection::