summaryrefslogtreecommitdiff
path: root/odb/sqlite/query-dynamic.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/query-dynamic.hxx')
-rw-r--r--odb/sqlite/query-dynamic.hxx32
1 files changed, 0 insertions, 32 deletions
diff --git a/odb/sqlite/query-dynamic.hxx b/odb/sqlite/query-dynamic.hxx
deleted file mode 100644
index f720a95..0000000
--- a/odb/sqlite/query-dynamic.hxx
+++ /dev/null
@@ -1,32 +0,0 @@
-// file : odb/sqlite/query-dynamic.hxx
-// license : GNU GPL v2; see accompanying LICENSE file
-
-#ifndef ODB_SQLITE_QUERY_DYNAMIC_HXX
-#define ODB_SQLITE_QUERY_DYNAMIC_HXX
-
-#include <odb/pre.hxx>
-
-#include <odb/query.hxx>
-#include <odb/query-dynamic.hxx>
-
-#include <odb/sqlite/query.hxx>
-
-namespace odb
-{
- namespace sqlite
- {
- typedef details::shared_ptr<query_param> (*query_param_factory) (
- const void* val, bool by_ref);
-
- template <typename T, database_type_id ID>
- details::shared_ptr<query_param>
- query_param_factory_impl (const void*, bool);
- }
-}
-
-#include <odb/sqlite/query-dynamic.ixx>
-#include <odb/sqlite/query-dynamic.txx>
-
-#include <odb/post.hxx>
-
-#endif // ODB_SQLITE_QUERY_DYNAMIC_HXX