removed unused var

This commit is contained in:
Jeff Hill
2002-10-31 01:15:56 +00:00
parent 0ba0ac4493
commit 4a4560e90c

View File

@@ -35,7 +35,6 @@ static pSigFunc pReplacedSigUrgFunc = 0;
static void localInstallSigIgnore ( int signalIn, pSigFunc pNewFunc,
pSigFunc * pReplacedFunc )
{
pSigFunc sigRet;
struct sigaction newAction;
struct sigaction oldAction;
int status;