From: Anoop Saldanha Date: Wed, 10 Oct 2012 08:43:36 +0000 (+0530) Subject: Remove dead comment about flow reference api duplicate X-Git-Tag: suricata-1.4beta3~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=870a98b528161d8d5aaf77556fb9b8b5560867cb;p=thirdparty%2Fsuricata.git Remove dead comment about flow reference api duplicate --- diff --git a/src/flow.h b/src/flow.h index 5595110adf..7ff3a1bd8d 100644 --- a/src/flow.h +++ b/src/flow.h @@ -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)); \