aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/fuzzcheck.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/fuzzcheck.c b/test/fuzzcheck.c
index 4597891c3..b1ba573d6 100644
--- a/test/fuzzcheck.c
+++ b/test/fuzzcheck.c
@@ -1051,7 +1051,6 @@ int main(int argc, char **argv){
/* Print the description, if there is one */
if( !quietFlag ){
- int i;
zDbName = azSrcDb[iSrcDb];
i = strlen(zDbName) - 1;
while( i>0 && zDbName[i-1]!='/' && zDbName[i-1]!='\\' ){ i--; }