diff options
Diffstat (limited to 'odb/statement.cxx')
-rw-r--r-- | odb/statement.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/odb/statement.cxx b/odb/statement.cxx deleted file mode 100644 index 35e7b77..0000000 --- a/odb/statement.cxx +++ /dev/null @@ -1,12 +0,0 @@ -// file : odb/statement.cxx -// license : GNU GPL v2; see accompanying LICENSE file - -#include <odb/statement.hxx> - -namespace odb -{ - statement:: - ~statement () - { - } -} |