summaryrefslogtreecommitdiff
path: root/libpqpp
diff options
context:
space:
mode:
Diffstat (limited to 'libpqpp')
-rw-r--r--libpqpp/modifycommand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpqpp/modifycommand.h b/libpqpp/modifycommand.h
index 8f63a2e..c2e06b6 100644
--- a/libpqpp/modifycommand.h
+++ b/libpqpp/modifycommand.h
@@ -14,7 +14,6 @@ namespace PQ {
unsigned int execute(bool);
private:
- const std::string stmntName;
void prepare() const;
mutable bool prepared;
};