src/PreparedStatement.cpp
branchv_0
changeset 33 86ceb97db7de
parent 30 629565ff82d3
child 36 91cb012d779a
--- a/src/PreparedStatement.cpp	Fri May 08 12:51:01 2020 +0200
+++ b/src/PreparedStatement.cpp	Sat May 23 23:58:50 2020 +0200
@@ -101,10 +101,6 @@
 	return value ? value : ""; // TODO: support NULL values (when supported in relpipe format)
 }
 
-bool PreparedStatement::isComplete(const char* sql) {
-	return sqlite3_complete(sql);
-}
-
 }
 }
 }