summaryrefslogtreecommitdiff
path: root/src/rc/runscript.c
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-09-08 18:42:05 +0200
committerChristian Ruppert <idl0r@gentoo.org>2011-09-08 18:42:05 +0200
commit5df9dc1af534e85236ee72fe24bb31f73aeeb265 (patch)
tree4aeefd746b90ed10f6cb2aabc567ae02e1a74801 /src/rc/runscript.c
parentb42ab3b2f4daaebdac043478f0ae385200a25535 (diff)
downloadopenrc-5df9dc1af534e85236ee72fe24bb31f73aeeb265.tar.gz
openrc-5df9dc1af534e85236ee72fe24bb31f73aeeb265.tar.bz2
openrc-5df9dc1af534e85236ee72fe24bb31f73aeeb265.tar.xz
Remove unused variable
Diffstat (limited to 'src/rc/runscript.c')
-rw-r--r--src/rc/runscript.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rc/runscript.c b/src/rc/runscript.c
index 07bcfe7..6032c70 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 */