diff options
Diffstat (limited to 'posix/wordexp.c')
-rw-r--r-- | posix/wordexp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/posix/wordexp.c b/posix/wordexp.c index e4bf414ced..0cda9deb76 100644 --- a/posix/wordexp.c +++ b/posix/wordexp.c @@ -898,7 +898,6 @@ exec_comm (char *comm, char **word, size_t *word_length, size_t *max_length, int fildes[2]; int bufsize = 128; int buflen; - int i; char *buffer; pid_t pid; |