aboutsummaryrefslogtreecommitdiff
path: root/odb/view-result.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-10-04 11:33:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-10-19 11:38:24 +0200
commitf101a400442692f349822ab1d9119bca5d2b7240 (patch)
treee046f3b727226810d08813cc4c7a55244937f275 /odb/view-result.txx
parentbe97326d67365e16175cc599e23348feaf80e0fe (diff)
Initial support for prepared queries
Diffstat (limited to 'odb/view-result.txx')
-rw-r--r--odb/view-result.txx6
1 files changed, 0 insertions, 6 deletions
diff --git a/odb/view-result.txx b/odb/view-result.txx
index 9584d80..fb05764 100644
--- a/odb/view-result.txx
+++ b/odb/view-result.txx
@@ -9,12 +9,6 @@ namespace odb
//
template <typename T>
- view_result_impl<T>::
- ~view_result_impl ()
- {
- }
-
- template <typename T>
typename view_result_impl<T>::pointer_type&
view_result_impl<T>::
current ()