summaryrefslogtreecommitdiff
path: root/libsqlitepp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-12-29 01:59:25 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2015-12-29 06:00:07 +0000
commit899db3260ea39b3f3331d9b2b98e922638747495 (patch)
treeb5e75662ac746fa6d33b01859b1c12a66d6513bb /libsqlitepp
parentSQLite files prefixed with sqlite- (diff)
downloadlibdbpp-sqlite-899db3260ea39b3f3331d9b2b98e922638747495.tar.bz2
libdbpp-sqlite-899db3260ea39b3f3331d9b2b98e922638747495.tar.xz
libdbpp-sqlite-899db3260ea39b3f3331d9b2b98e922638747495.zip
Remove rebind
Diffstat (limited to 'libsqlitepp')
-rw-r--r--libsqlitepp/sqlite-selectcommand.cpp4
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;
};