]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
flow: remove unused function declaration
authorVictor Julien <victor@inliniac.net>
Thu, 23 Jan 2020 18:20:55 +0000 (19:20 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 7 Jul 2020 08:29:08 +0000 (10:29 +0200)
src/flow-hash.h

index b5853b7d5195cf661c36b1db1f43f4f9b1b141a9..2b3c6e51cfaf9f4477456306fa5eccc606823832 100644 (file)
@@ -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__ */