diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-19 10:46:06 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-19 10:46:06 +0000 |
commit | 1dbe340ebab31aa85446e83e8bc42f184b59b25b (patch) | |
tree | 188b315b963daf910c60ee8a3796d15365e7243f /archival/gunzip.c | |
parent | c7c634bd88c57d910c6089de7f0091ca4e3d1843 (diff) |
more minor fixes
-Erik
Diffstat (limited to 'archival/gunzip.c')
-rw-r--r-- | archival/gunzip.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/archival/gunzip.c b/archival/gunzip.c index e1c8ac06e..7aa896469 100644 --- a/archival/gunzip.c +++ b/archival/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"); |