aboutsummaryrefslogtreecommitdiff
path: root/odb/simple-object-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/simple-object-result.txx
parentbe97326d67365e16175cc599e23348feaf80e0fe (diff)
Initial support for prepared queries
Diffstat (limited to 'odb/simple-object-result.txx')
-rw-r--r--odb/simple-object-result.txx6
1 files changed, 0 insertions, 6 deletions
diff --git a/odb/simple-object-result.txx b/odb/simple-object-result.txx
index b440f13..5ee9686 100644
--- a/odb/simple-object-result.txx
+++ b/odb/simple-object-result.txx
@@ -9,12 +9,6 @@ namespace odb
//
template <typename T>
- object_result_impl<T>::
- ~object_result_impl ()
- {
- }
-
- template <typename T>
void object_result_impl<T>::
load ()
{