aboutsummaryrefslogtreecommitdiff
path: root/gunzip.c
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-03-19 10:46:06 +0000
committerErik Andersen <andersen@codepoet.org>2000-03-19 10:46:06 +0000
commit1dbe340ebab31aa85446e83e8bc42f184b59b25b (patch)
tree188b315b963daf910c60ee8a3796d15365e7243f /gunzip.c
parentc7c634bd88c57d910c6089de7f0091ca4e3d1843 (diff)
downloadbusybox-1dbe340ebab31aa85446e83e8bc42f184b59b25b.tar.gz
more minor fixes
-Erik
Diffstat (limited to 'gunzip.c')
-rw-r--r--gunzip.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gunzip.c b/gunzip.c
index e1c8ac06e..7aa896469 100644
--- a/gunzip.c
+++ b/gunzip.c
@@ -1291,12 +1291,6 @@ const char *reject;
/* ========================================================================
* Error handlers.
*/
-void warn(a, b)
-char *a, *b; /* message strings juxtaposed in output */
-{
- WARN((stderr, "warning: %s%s\n", a, b));
-}
-
void read_error()
{
fprintf(stderr, "\n");