summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/omprog/omprog.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/omprog/omprog.c b/plugins/omprog/omprog.c
index 8e94f03f..b2af9025 100644
--- a/plugins/omprog/omprog.c
+++ b/plugins/omprog/omprog.c
@@ -131,7 +131,6 @@ static void execBinary(instanceData *pData, int fdStdin)
{
int i, iRet;
struct sigaction sigAct;
-/* char *newargv[] = { NULL };*/
char *newenviron[] = { NULL };
assert(pData != NULL);
@@ -168,10 +167,6 @@ static void execBinary(instanceData *pData, int fdStdin)
dbgprintf("omprog: failed to execute binary '%s' with return code: %d\n", pData->szBinary, errno);
}
- /* switch to?
- execlp((char*)program, (char*) program, (char*)arg, NULL);
- */
-
/* we should never reach this point, but if we do, we terminate */
exit(1);
}