From: Aaron Taylor Date: Sat, 21 Sep 2019 08:06:18 +0000 (-0700) Subject: Removed return codes from icmpmonitor.c. X-Git-Url: http://git.subgeniuskitty.com/icmpmonitor/.git/commitdiff_plain/b46fec9256a1fec358d3f48bcfe129b181378317 Removed return codes from icmpmonitor.c. --- diff --git a/icmpmonitor.c b/icmpmonitor.c index 7d24d1a..64fa630 100644 --- a/icmpmonitor.c +++ b/icmpmonitor.c @@ -32,13 +32,6 @@ #include "cfg.h" -/* return codes */ -#define RET_OK 0 -#define RET_NO_HOSTS 1 -#define RET_INIT_ERROR 2 -#define RET_BAD_CFG 3 -#define RET_BAD_OPT 4 - #define MAXPACKET (65536 - 60 - 8) /* max packet size */ #define DEFDATALEN (64 - 8) /* default data length */