about summary refs log tree commit diff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/hurdsig.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c
index 80f915be71..3daef1142c 100644
--- a/hurd/hurdsig.c
+++ b/hurd/hurdsig.c
@@ -1347,7 +1347,6 @@ _hurdsig_getenv (const char *variable)
 	  _hurdsig_fault_preemptor.last = VM_MAX_ADDRESS;
 	  if (! strncmp (p, variable, len) && p[len] == '=')
 	    {
-	      char *value;
 	      size_t valuelen;
 	      p += len + 1;
 	      valuelen = strlen (p);