Dead code removal

pull/596/merge
Victor Julien 13 years ago
parent 84af1ee277
commit 3f8b9dde04

@ -181,8 +181,6 @@ void DetectPortCleanupList (DetectPort *head) {
DetectPortFree(cur); DetectPortFree(cur);
cur = next; cur = next;
} }
head = NULL;
} }
/** /**

@ -417,8 +417,6 @@ TmEcode ReceiveIPFWThreadDeinit(ThreadVars *tv, void *data)
SCReturnInt(TM_ECODE_FAILED); SCReturnInt(TM_ECODE_FAILED);
} }
data = (void *)ptv;
SCReturnInt(TM_ECODE_OK); SCReturnInt(TM_ECODE_OK);
} }

Loading…
Cancel
Save