diff options
author | Thomas White <taw@physics.org> | 2018-11-14 09:58:59 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-11-14 09:58:59 +0100 |
commit | 565948413b9732ded2f6628704f47cb881da8e48 (patch) | |
tree | 41fe71fcdc3baee0e3d9e4289926975ee77b96cb /src/im-sandbox.c | |
parent | c9bc96b35c89a4eb13557620556cb1b58f659d1a (diff) |
Remove unused variables
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r-- | src/im-sandbox.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c index 87fd8fe7..80ac4166 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -947,8 +947,6 @@ void create_sandbox(struct index_args *iargs, int n_proc, char *prefix, { int i; struct sandbox *sb; - size_t ll; - struct stat s; char semname_q[64]; struct sigaction sa; int r; |