aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/result.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-05 13:03:27 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-05 13:03:27 +0200
commitc278c2e12cdef9ac67e073d651f23aa65c831f98 (patch)
tree184f3293c76b5918b2ca6d60064c404e60401c6e /odb/pgsql/result.hxx
parent0fba3bc7e0747e23ca2698e0acc82e80b569e531 (diff)
Use fine grained fetch control provided by select_statement
Diffstat (limited to 'odb/pgsql/result.hxx')
-rw-r--r--odb/pgsql/result.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/odb/pgsql/result.hxx b/odb/pgsql/result.hxx
index 9510680..6a8b6a4 100644
--- a/odb/pgsql/result.hxx
+++ b/odb/pgsql/result.hxx
@@ -66,7 +66,6 @@ namespace odb
private:
details::shared_ptr<select_statement> statement_;
object_statements<object_type>& statements_;
- std::size_t count_;
};
}
}