summaryrefslogtreecommitdiff
path: root/libpqpp/pq-cursorselectcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpqpp/pq-cursorselectcommand.h')
-rw-r--r--libpqpp/pq-cursorselectcommand.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpqpp/pq-cursorselectcommand.h b/libpqpp/pq-cursorselectcommand.h
index 9766f86..e7a67e6 100644
--- a/libpqpp/pq-cursorselectcommand.h
+++ b/libpqpp/pq-cursorselectcommand.h
@@ -20,8 +20,6 @@ namespace PQ {
private:
void fetchTuples();
std::string mkdeclare() const;
- std::string mkfetch() const;
- std::string mkclose() const;
mutable bool executed;
mutable bool txOpened;