diff options
-rw-r--r-- | plugins/omprog/omprog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/omprog/omprog.c b/plugins/omprog/omprog.c index 5f3b112f..cd07dcfb 100644 --- a/plugins/omprog/omprog.c +++ b/plugins/omprog/omprog.c @@ -132,7 +132,6 @@ static void execBinary(instanceData *pData, int fdStdin) int i, iRet; struct sigaction sigAct; sigset_t set; - char *newargv[] = { NULL }; char *newenviron[] = { NULL }; assert(pData != NULL); |