aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/object-statements.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-04-23 16:48:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-23 16:48:02 +0200
commit40267e1f40de8ea216688886ab1df1c7ec50e2b2 (patch)
tree046030dabdd352808c71cf1f2a9bfed706e86c2a /odb/pgsql/object-statements.cxx
parent3405fff26a02b5bee51686c5d22200be320b87d8 (diff)
Polymorphic inheritance support
Diffstat (limited to 'odb/pgsql/object-statements.cxx')
-rw-r--r--odb/pgsql/object-statements.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/odb/pgsql/object-statements.cxx b/odb/pgsql/object-statements.cxx
deleted file mode 100644
index 6e07a11..0000000
--- a/odb/pgsql/object-statements.cxx
+++ /dev/null
@@ -1,16 +0,0 @@
-// file : odb/pgsql/object-statements.cxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
-
-#include <odb/pgsql/object-statements.hxx>
-
-namespace odb
-{
- namespace pgsql
- {
- object_statements_base::
- ~object_statements_base ()
- {
- }
- }
-}