aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite/sqlitewritestatement.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/sqlite/sqlitewritestatement.h')
-rw-r--r--src/libs/sqlite/sqlitewritestatement.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/sqlite/sqlitewritestatement.h b/src/libs/sqlite/sqlitewritestatement.h
index 24cf5a8742..4dbcd4f9c6 100644
--- a/src/libs/sqlite/sqlitewritestatement.h
+++ b/src/libs/sqlite/sqlitewritestatement.h
@@ -37,7 +37,6 @@ public:
using StatementImplementation::execute;
using StatementImplementation::database;
using StatementImplementation::write;
- using StatementImplementation::writeNamed;
protected:
void checkIsWritableStatement();