From: Victor Julien Date: Thu, 23 Jan 2020 18:20:55 +0000 (+0100) Subject: flow: remove unused function declaration X-Git-Tag: suricata-6.0.0-beta1~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bba671273dfadb82e8497c219ebdb8b4ed55adb;p=thirdparty%2Fsuricata.git flow: remove unused function declaration --- diff --git a/src/flow-hash.h b/src/flow-hash.h index b5853b7d51..2b3c6e51cf 100644 --- a/src/flow-hash.h +++ b/src/flow-hash.h @@ -80,7 +80,5 @@ Flow *FlowGetFromFlowKey(FlowKey *key, struct timespec *ttime, const uint32_t ha Flow *FlowGetExistingFlowFromHash(FlowKey * key, uint32_t hash); uint32_t FlowKeyGetHash(FlowKey *flow_key); -void FlowDisableTcpReuseHandling(void); - #endif /* __FLOW_HASH_H__ */