From 21e0e5e3bd11287dca09076b4ac331849a874748 Mon Sep 17 00:00:00 2001
From: Cyril Brulebois <kibi@debian.org>
Date: Wed, 15 Aug 2012 14:27:30 +0200
Subject: [PATCH 6/6] [lighttpd-angel] Remove unused variable.

Signed-off-by: Cyril Brulebois <kibi@debian.org>
---
 src/lighttpd-angel.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lighttpd-angel.c b/src/lighttpd-angel.c
index d7dd1f4..948ca01 100644
--- a/src/lighttpd-angel.c
+++ b/src/lighttpd-angel.c
@@ -25,7 +25,6 @@ static siginfo_t last_sigterm_info;
 static siginfo_t last_sighup_info;
 
 static volatile sig_atomic_t start_process    = 1;
-static volatile sig_atomic_t graceful_restart = 0;
 static volatile pid_t pid = -1;
 
 #define UNUSED(x) ( (void)(x) )
-- 
1.7.10.4

