From 5df9dc1af534e85236ee72fe24bb31f73aeeb265 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Thu, 8 Sep 2011 18:42:05 +0200 Subject: [PATCH] Remove unused variable --- src/rc/runscript.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rc/runscript.c b/src/rc/runscript.c index 07bcfe77..6032c702 100644 --- a/src/rc/runscript.c +++ b/src/rc/runscript.c @@ -1103,7 +1103,6 @@ runscript(int argc, char **argv) char *save = NULL; char pidstr[10]; size_t l = 0, ll; - const char *file; struct stat stbuf; /* Show help if insufficient args */