From fa581d1cdcd4c797fbb79e12e4f9c5ecb7f5d35a Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 10 Jul 2008 13:06:14 +0000 Subject: [PATCH] No need for these defines anymore. --- client.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/client.c b/client.c index 56e0ce6b..506e1d91 100644 --- a/client.c +++ b/client.c @@ -91,11 +91,6 @@ #define SOCKET_CLOSED 0 #define SOCKET_OPEN 1 -/* Indexes for pollfds */ -#define POLLFD_SIGNAL 0 -#define POLLFD_IFACE 1 -#define POLLFD_ARP 2 - /* These are really for IPV4LL, RFC 3927. * We multiply some numbers by 1000 so they are suitable for use in poll(). */ #define PROBE_WAIT 1 -- 2.47.3