aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/result.txx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/result.txx')
-rw-r--r--odb/mysql/result.txx12
1 files changed, 0 insertions, 12 deletions
diff --git a/odb/mysql/result.txx b/odb/mysql/result.txx
index 329b75a..fb316b5 100644
--- a/odb/mysql/result.txx
+++ b/odb/mysql/result.txx
@@ -24,18 +24,6 @@ namespace odb
template <typename T>
void result_impl<T>::
- current ()
- {
- if (!this->end_)
- {
- pointer_type p (traits::create ());
- current (p);
- traits::init (pointer_traits::get_ref (p), statements_.image ());
- }
- }
-
- template <typename T>
- void result_impl<T>::
current (T& x)
{
if (!this->end_)