diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-24 13:30:22 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-24 13:30:22 +0000 |
commit | ef16da27477a2a234cab8aed1e072555d6bb410e (patch) | |
tree | 540a3ffaa7ade15ef4beca5a786bb9270721ed51 /libsqlitepp/sqlite-modifycommand.h | |
parent | Bring up-to-date with libdbpp. (diff) | |
download | libdbpp-sqlite-ef16da27477a2a234cab8aed1e072555d6bb410e.tar.bz2 libdbpp-sqlite-ef16da27477a2a234cab8aed1e072555d6bb410e.tar.xz libdbpp-sqlite-ef16da27477a2a234cab8aed1e072555d6bb410e.zip |
Bring inline with clang-tidy checks
Diffstat (limited to 'libsqlitepp/sqlite-modifycommand.h')
-rw-r--r-- | libsqlitepp/sqlite-modifycommand.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libsqlitepp/sqlite-modifycommand.h b/libsqlitepp/sqlite-modifycommand.h index c71dd1f..139e698 100644 --- a/libsqlitepp/sqlite-modifycommand.h +++ b/libsqlitepp/sqlite-modifycommand.h @@ -9,13 +9,8 @@ namespace SQLite { class ModifyCommand : public DB::ModifyCommand, public Command { public: ModifyCommand(const Connection *, const std::string & sql); - virtual ~ModifyCommand(); unsigned int execute(bool) override; - - private: - void prepare() const; - mutable bool prepared; }; } |