1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Remove an unused variable from rtree.

FossilOrigin-Name: 8e60d3995a1ea940de9751dd3bbd7ef41b0bb00a
This commit is contained in:
drh
2010-02-24 18:25:58 +00:00
parent a6129fa79a
commit 31caa42afd
3 changed files with 10 additions and 11 deletions

View File

@ -2703,7 +2703,6 @@ static int rtreeInit(
int isCreate /* True for xCreate, false for xConnect */
){
int rc = SQLITE_OK;
int iPageSize = 0;
Rtree *pRtree;
int nDb; /* Length of string argv[1] */
int nName; /* Length of string argv[2] */