]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Steve Snyder <swsnyder@snydernet.net>
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 25 Feb 2010 21:44:03 +0000 (10:44 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 25 Feb 2010 21:44:03 +0000 (10:44 +1300)
Bug 2869: Remove unused external reference

lib/uudecode.c

index acb5acf9c8ea51c45b5a64dfbdf972e504d7b532..fc342d9b24e577e6200215f97f86bb8d6666a2aa 100644 (file)
@@ -5,8 +5,6 @@
 #include "config.h"
 #include "util.h"
 
-extern char **environ;
-
 /* aaaack but it's fast and const should make it shared text page. */
 const int pr2six[256] = {
     64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64,