aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/result.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/result.cxx')
-rw-r--r--odb/sqlite/result.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/odb/sqlite/result.cxx b/odb/sqlite/result.cxx
deleted file mode 100644
index ccd6c05..0000000
--- a/odb/sqlite/result.cxx
+++ /dev/null
@@ -1,19 +0,0 @@
-// file : odb/sqlite/result.cxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
-
-#include <odb/sqlite/result.hxx>
-#include <odb/sqlite/query.hxx>
-
-namespace odb
-{
- namespace sqlite
- {
- result_impl_base::
- result_impl_base (const query_base& q,
- const details::shared_ptr<select_statement>& s)
- : params_ (q.parameters ()), statement_ (s)
- {
- }
- }
-}