summaryrefslogtreecommitdiff
path: root/odb/oracle/prepared-query.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/oracle/prepared-query.cxx')
-rw-r--r--odb/oracle/prepared-query.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/odb/oracle/prepared-query.cxx b/odb/oracle/prepared-query.cxx
deleted file mode 100644
index 7fa11be..0000000
--- a/odb/oracle/prepared-query.cxx
+++ /dev/null
@@ -1,15 +0,0 @@
-// file : odb/oracle/prepared-query.cxx
-// license : ODB NCUEL; see accompanying LICENSE file
-
-#include <odb/oracle/prepared-query.hxx>
-
-namespace odb
-{
- namespace oracle
- {
- prepared_query_impl::
- ~prepared_query_impl ()
- {
- }
- }
-}