From 7ccf14bc60e9d35032c8347a9f337ba5406ca593 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 9 Jul 2019 14:02:20 +0200 Subject: [PATCH] runmodes: remove unused prototypes --- src/util-runmodes.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/util-runmodes.h b/src/util-runmodes.h index 02d1323749..c41d214e84 100644 --- a/src/util-runmodes.h +++ b/src/util-runmodes.h @@ -23,9 +23,6 @@ #ifndef __UTIL_RUNMODES_H__ #define __UTIL_RUNMODES_H__ -void RunmodeSetFlowStreamAsync(void); -int RunmodeGetFlowStreamAsync(void); - typedef void *(*ConfigIfaceParserFunc) (const char *); typedef void *(*ConfigIPSParserFunc) (int); typedef int (*ConfigIfaceThreadsCountFunc) (void *); -- 2.47.2