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