1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Remove unused variable from speedtest1.c

FossilOrigin-Name: c0a18565e614021b74646de7efd11d3d46894ef9132fb26787ab0269dc6a647c
This commit is contained in:
drh
2020-11-05 14:50:21 +00:00
parent 6d5ab2a1d6
commit 114cb01796
3 changed files with 7 additions and 8 deletions

View File

@ -2161,7 +2161,6 @@ int main(int argc, char **argv){
int doPCache = 0; /* True if --pcache is seen */
int showStats = 0; /* True for --stats */
int nThread = 0; /* --threads value */
int nReserve = 0; /* --reserve N. */
int mmapSize = 0; /* How big of a memory map to use */
int memDb = 0; /* --memdb. Use an in-memory database */
char *zTSet = "main"; /* Which --testset torun */