]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Remove dead comment about flow reference api duplicate
authorAnoop Saldanha <anoopsaldanha@gmail.com>
Wed, 10 Oct 2012 08:43:36 +0000 (14:13 +0530)
committerVictor Julien <victor@inliniac.net>
Wed, 10 Oct 2012 12:48:36 +0000 (14:48 +0200)
src/flow.h

index 5595110adf1d9c253fea6cbcbce44aed06ed9eab..7ff3a1bd8d1a9fef3c2586863a426c12f3148171 100644 (file)
@@ -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));             \