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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user