From: shaver Date: Thu, 18 Sep 2003 19:26:39 +0000 (+0000) Subject: Fix warning. X-Git-Tag: v1_7_0_51~2^7~514 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=47f9e7501e03dbb01b94610adc368d7dfb9d54f2;p=fs%2Flustre-release.git Fix warning. --- diff --git a/lustre/tests/ll_sparseness_verify.c b/lustre/tests/ll_sparseness_verify.c index 3123960..568a1f3 100644 --- a/lustre/tests/ll_sparseness_verify.c +++ b/lustre/tests/ll_sparseness_verify.c @@ -169,7 +169,6 @@ int verify(char *filename, unsigned int *offsets, int O_number) unsigned int size; int fd; struct stat Fstat; - int focus = 0; status = stat(filename, &Fstat); if (status == -1) {