1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Fix a harmless unused variable warning in the test logic.

FossilOrigin-Name: d7673a445f4cde8f71153ce81efdc34fbed8b8625714d54afae1a83d548671ff
This commit is contained in:
drh
2019-09-21 18:49:12 +00:00
parent e39f388eb1
commit b7fc7c8556
3 changed files with 7 additions and 8 deletions

View File

@@ -393,7 +393,6 @@ static int SQLITE_TCLAPI make_fts3record(
int nOut = 0;
int nAlloc = 0;
int i;
int rc = TCL_OK;
if( objc!=2 ){
Tcl_WrongNumArgs(interp, 1, objv, "LIST");