Skip to content

Commit 04e4af3

Browse files
committed
config_unix: Remove KILL_NOT_DECLARED section
Nothing defines that anywhere
1 parent ce217b4 commit 04e4af3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/config_unix.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@
143143
int gettimeofday(struct timeval *tp, void * );
144144
#endif
145145

146-
#ifdef KILL_NOT_DECLARED
147-
int kill(pid_t pid, int sig);
148-
#endif
149-
150146
typedef u_char ttl_t;
151147
typedef int fd_t;
152148

0 commit comments

Comments
 (0)