From accac2d3bb5b11e8dab5f868fd7e21ac7e23b030 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Fri, 11 Nov 2022 16:02:52 -0700 Subject: [PATCH] Remove unneeded forward-declaration of select() --- src/RunState.cc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/RunState.cc b/src/RunState.cc index 6a1d4c3387..67041cc915 100644 --- a/src/RunState.cc +++ b/src/RunState.cc @@ -40,13 +40,6 @@ extern "C" #include "zeek/plugin/Manager.h" #include "zeek/session/Manager.h" -#ifndef _MSC_VER -extern "C" - { - extern int select(int, fd_set*, fd_set*, fd_set*, struct timeval*); - } -#endif - static double last_watchdog_proc_time = 0.0; // value of above during last watchdog extern int signal_val;