diff options
Diffstat (limited to 'omdiscard.c')
-rw-r--r-- | omdiscard.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/omdiscard.c b/omdiscard.c index 0dbdc6d5..52f1b938 100644 --- a/omdiscard.c +++ b/omdiscard.c @@ -75,9 +75,8 @@ ENDfreeInstance BEGINparseSelectorAct - uchar *p; CODESTARTparseSelectorAct - pModData = NULL; /* this action does not have any instance data */ + pData = NULL; /* this action does not have any instance data */ p = *pp; if(*p == '~') { @@ -87,11 +86,6 @@ CODESTARTparseSelectorAct } else { iRet = RS_RET_CONFLINE_UNPROCESSED; } - - if(iRet == RS_RET_OK) { - *ppModData = pModData; - *pp = p; - } ENDparseSelectorAct |