diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-12-29 01:59:25 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-12-29 06:00:07 +0000 |
commit | 899db3260ea39b3f3331d9b2b98e922638747495 (patch) | |
tree | b5e75662ac746fa6d33b01859b1c12a66d6513bb | |
parent | SQLite files prefixed with sqlite- (diff) | |
download | libdbpp-sqlite-899db3260ea39b3f3331d9b2b98e922638747495.tar.bz2 libdbpp-sqlite-899db3260ea39b3f3331d9b2b98e922638747495.tar.xz libdbpp-sqlite-899db3260ea39b3f3331d9b2b98e922638747495.zip |
Remove rebind
-rw-r--r-- | libsqlitepp/sqlite-selectcommand.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libsqlitepp/sqlite-selectcommand.cpp b/libsqlitepp/sqlite-selectcommand.cpp index 30d1561..9974647 100644 --- a/libsqlitepp/sqlite-selectcommand.cpp +++ b/libsqlitepp/sqlite-selectcommand.cpp @@ -41,10 +41,6 @@ namespace SQLite { } } - void rebind(DB::Command*, unsigned int) const { - throw std::runtime_error("Not implemented"); - } - private: sqlite3_stmt * const stmt; }; |