1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Remove unused variables from test_vfs.c

FossilOrigin-Name: 07884cc218e6899efd163448ab116f296722f7b8
This commit is contained in:
drh
2011-06-23 01:07:49 +00:00
parent 45de8d5f0f
commit e3f031686d
3 changed files with 7 additions and 9 deletions

View File

@@ -1070,7 +1070,6 @@ static int testvfs_obj_cmd(
if( objc==3 ){
int nByte;
if( p->pScript ){
int i;
Tcl_DecrRefCount(p->pScript);
p->pScript = 0;
}
@@ -1223,7 +1222,6 @@ static int testvfs_obj_cmd(
static void testvfs_obj_del(ClientData cd){
Testvfs *p = (Testvfs *)cd;
int i;
if( p->pScript ) Tcl_DecrRefCount(p->pScript);
sqlite3_vfs_unregister(p->pVfs);
ckfree((char *)p->pVfs);