Remove dead comment about flow reference api duplicate

pull/133/merge
Anoop Saldanha 14 years ago committed by Victor Julien
parent f08497d1e4
commit 870a98b528

@ -488,9 +488,6 @@ static inline void FlowSetSessionNoApplayerInspectionFlag(Flow *f) {
} \
} while (0)
/* \todo there is another copy of this same macro inside decode.h. The reason
* we have this duplicate is because we couldn't solve endless header
* files cross-reference. */
#define FlowDeReference(src_f_ptr) do { \
if (*(src_f_ptr) != NULL) { \
FlowDecrUsecnt(*(src_f_ptr)); \

Loading…
Cancel
Save