fsck.minix: remove unused variables

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2011-06-14 17:10:53 +02:00
parent 55c22e9c82
commit 5bd223a04a
1 changed files with 0 additions and 4 deletions

View File

@ -742,10 +742,8 @@ check_root2 (void) {
static int
add_zone(unsigned short * znr, int * corrected) {
int result;
int block;
result = 0;
block = check_zone_nr(znr, corrected);
if (!block)
return 0;
@ -775,10 +773,8 @@ add_zone(unsigned short * znr, int * corrected) {
static int
add_zone2 (unsigned int *znr, int *corrected) {
int result;
int block;
result = 0;
block = check_zone_nr2 (znr, corrected);
if (!block)
return 0;