diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2011-09-08 18:42:05 +0200 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-09-08 18:42:05 +0200 |
commit | 5df9dc1af534e85236ee72fe24bb31f73aeeb265 (patch) | |
tree | 4aeefd746b90ed10f6cb2aabc567ae02e1a74801 | |
parent | b42ab3b2f4daaebdac043478f0ae385200a25535 (diff) |
Remove unused variable
-rw-r--r-- | src/rc/runscript.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |