aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/result.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-10-27 15:16:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-10-27 15:16:49 +0200
commitd83a7296e228cf0af74992020f51c566a03108c9 (patch)
treeab48b74c739049163839e4334e3855ad19906cb3 /odb/sqlite/result.hxx
parent2e8daa4a5880f47e547de7db4e7ff5074d365723 (diff)
Add support for persistent classes without object ids
New pragma id (object). New test: common/no-id.
Diffstat (limited to 'odb/sqlite/result.hxx')
-rw-r--r--odb/sqlite/result.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/odb/sqlite/result.hxx b/odb/sqlite/result.hxx
index 1417a6c..b8b759e 100644
--- a/odb/sqlite/result.hxx
+++ b/odb/sqlite/result.hxx
@@ -35,9 +35,6 @@ namespace odb
details::shared_ptr<query_params> params_;
details::shared_ptr<select_statement> statement_;
};
-
- template <typename T, class_kind kind>
- class result_impl;
}
}