summaryrefslogtreecommitdiff
path: root/libpqpp/pq-cursorselectcommand.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-01-03 21:54:21 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2017-01-03 21:54:21 +0000
commit3a69595903e29fe4dc27e3e7ba908b8875922a13 (patch)
tree4903af7be1700c9f98732b87ff23d27bf12f4731 /libpqpp/pq-cursorselectcommand.h
parentAdd missing delete showing false memory leak (diff)
downloadlibdbpp-postgresql-3a69595903e29fe4dc27e3e7ba908b8875922a13.tar.bz2
libdbpp-postgresql-3a69595903e29fe4dc27e3e7ba908b8875922a13.tar.xz
libdbpp-postgresql-3a69595903e29fe4dc27e3e7ba908b8875922a13.zip
No need for 1 line wrappers anymore
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;