From 6ee79ea989cda80fe0bce75449a81d2520d5cf46 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 26 Feb 2010 10:44:03 +1300 Subject: [PATCH] Author: Steve Snyder Bug 2869: Remove unused external reference --- lib/uudecode.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/uudecode.c b/lib/uudecode.c index acb5acf9c8..fc342d9b24 100644 --- a/lib/uudecode.c +++ b/lib/uudecode.c @@ -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, -- 2.47.3