From 8dd7f6e50e24d6f8f0fb0c30dc0be73086405846 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 20 Jun 2013 15:05:42 +0200 Subject: minor cleanup --- plugins/omprog/omprog.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/omprog/omprog.c') 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); } -- cgit v1.2.3