Index: third_party/sqlite/src/src/test_osinst.c |
diff --git a/third_party/sqlite/src/src/test_osinst.c b/third_party/sqlite/src/src/test_osinst.c |
index 1701def159422c1f0f4256359cae00eb5d4c5968..4ae23a87c658529931ce46184d516daf94f87d8a 100644 |
--- a/third_party/sqlite/src/src/test_osinst.c |
+++ b/third_party/sqlite/src/src/test_osinst.c |
@@ -1131,7 +1131,6 @@ static int test_vfslog( |
switch( (enum VL_enum)iSub ){ |
case VL_ANNOTATE: { |
- int rc; |
char *zVfs; |
char *zMsg; |
if( objc!=4 ){ |
@@ -1148,7 +1147,6 @@ static int test_vfslog( |
break; |
} |
case VL_FINALIZE: { |
- int rc; |
char *zVfs; |
if( objc!=3 ){ |
Tcl_WrongNumArgs(interp, 2, objv, "VFS"); |
@@ -1164,7 +1162,6 @@ static int test_vfslog( |
}; |
case VL_NEW: { |
- int rc; |
char *zVfs; |
char *zParent; |
char *zLog; |