aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/result.hxx
diff options
context:
space:
mode:
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_;
};
}
}