diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-01-03 21:54:21 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-01-03 21:54:21 +0000 |
commit | 85ac9163bc220e5b0669400d4003d72cd13271c8 (patch) | |
tree | b994e6f3052820f96e42ba9759e0b03ef132fa97 /libpqpp/pq-cursorselectcommand.h | |
parent | Add missing delete showing false memory leak (diff) | |
download | libdbpp-postgresql-85ac9163bc220e5b0669400d4003d72cd13271c8.tar.bz2 libdbpp-postgresql-85ac9163bc220e5b0669400d4003d72cd13271c8.tar.xz libdbpp-postgresql-85ac9163bc220e5b0669400d4003d72cd13271c8.zip |
No need for 1 line wrappers anymore
Diffstat (limited to 'libpqpp/pq-cursorselectcommand.h')
-rw-r--r-- | libpqpp/pq-cursorselectcommand.h | 2 |
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; |