app-layer: minor cleanup

pull/3013/head
Victor Julien 9 years ago
parent 66530c6179
commit 64aec6aaea

@ -795,10 +795,6 @@ static uint64_t AppLayerTransactionGetActive(Flow *f, uint8_t flags)
return AppLayerGetActiveTxIdFuncPtr(f, flags);
}
#ifndef MIN
#define MIN(a, b) (((a) < (b)) ? (a) : (b))
#endif
/**
* \brief remove obsolete (inspected and logged) transactions
*/

Loading…
Cancel
Save