diff options
author | drh <drh@noemail.net> | 2019-09-21 18:49:12 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2019-09-21 18:49:12 +0000 |
commit | b7fc7c8556e5745dca30d561ec46776a7d293e93 (patch) | |
tree | 9e9d57404ba9be2469f13a434a4cd76112be3e84 /src | |
parent | e39f388eb1b66df91a59038abaa6566306f1cbb7 (diff) | |
download | sqlite-b7fc7c8556e5745dca30d561ec46776a7d293e93.tar.gz sqlite-b7fc7c8556e5745dca30d561ec46776a7d293e93.zip |
Fix a harmless unused variable warning in the test logic.
FossilOrigin-Name: d7673a445f4cde8f71153ce81efdc34fbed8b8625714d54afae1a83d548671ff
Diffstat (limited to 'src')
-rw-r--r-- | src/test_hexio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test_hexio.c b/src/test_hexio.c index c0ba3583f..78a5ba2d0 100644 --- a/src/test_hexio.c +++ b/src/test_hexio.c @@ -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"); |