aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/gzip/unzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/gzip/unzip.c')
-rw-r--r--src/cmd/gzip/unzip.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cmd/gzip/unzip.c b/src/cmd/gzip/unzip.c
index 70e10a1a..af9a4ed2 100644
--- a/src/cmd/gzip/unzip.c
+++ b/src/cmd/gzip/unzip.c
@@ -261,8 +261,6 @@ sunztable(Biobuf *bin)
free(zh.file);
zh.file = nil;
}
-
- return ok;
}
/*
@@ -331,8 +329,6 @@ sunzip(Biobuf *bin)
if(eok < 0)
return 0;
}
-
- return 1;
}
/*