diff options
Diffstat (limited to 'libpqpp/command.h')
-rw-r--r-- | libpqpp/command.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpqpp/command.h b/libpqpp/command.h index 697516a..3fb6e24 100644 --- a/libpqpp/command.h +++ b/libpqpp/command.h @@ -29,9 +29,7 @@ namespace PQ { void bindNull(unsigned int); protected: - void prepare() const; const std::string stmntName; - mutable bool prepared; const Connection * c; void paramsAtLeast(unsigned int); |