Sqlite: Remove unused code

Binding by names is slower and we never used it.

Change-Id: Ia6b9b78401f8c2711be34b667ac6f08b44418773
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Marco Bubke
2020-05-26 23:01:52 +02:00
parent 9c44f8d88d
commit 9f9140b196
6 changed files with 0 additions and 130 deletions

View File

@@ -37,7 +37,6 @@ public:
using StatementImplementation::execute;
using StatementImplementation::database;
using StatementImplementation::write;
using StatementImplementation::writeNamed;
protected:
void checkIsWritableStatement();