aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-02-01 17:44:50 +0100
committerMattias Andrée <maandree@kth.se>2021-02-01 17:44:50 +0100
commit45835a4d43ec569bfa42eccdb4043046ac2fde0f (patch)
treedd9674ecd049019f41fb9adc90d12abf06afab01
parentEliminiate unncessary code if RETRY_SLEEP is nonpositive (diff)
downloadasroot-45835a4d43ec569bfa42eccdb4043046ac2fde0f.tar.gz
asroot-45835a4d43ec569bfa42eccdb4043046ac2fde0f.tar.bz2
asroot-45835a4d43ec569bfa42eccdb4043046ac2fde0f.tar.xz
Remove redundant extern declaration of environ1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--asroot.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/asroot.c b/asroot.c
index 65bc16f..a07e2b1 100644
--- a/asroot.c
+++ b/asroot.c
@@ -31,8 +31,6 @@
char *argv0;
-extern char **environ;
-
static const char *env_whitelist[] = {
"DISPLAY=",
"WAYLAND_DISPLAY=",