From 899db3260ea39b3f3331d9b2b98e922638747495 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 29 Dec 2015 01:59:25 +0000 Subject: Remove rebind --- libsqlitepp/sqlite-selectcommand.cpp | 4 ---- 1 file changed, 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; }; -- cgit v1.2.3