From 13b43d0286d9e59413f71e9c1191141a3e7393ec Mon Sep 17 00:00:00 2001 From: david Date: Sat, 6 Jun 2009 01:31:58 +0000 Subject: [PATCH] Remove unused defines in portlist.h: #define CONF_NONE 0 #define CONF_LOW 1 #define CONF_HIGH 2 --- portlist.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/portlist.h b/portlist.h index c1443240e..a75757e6d 100644 --- a/portlist.h +++ b/portlist.h @@ -116,10 +116,6 @@ #define TCPANDUDPANDSCTP IPPROTO_MAX #define UDPANDSCTP (IPPROTO_MAX + 1) -#define CONF_NONE 0 -#define CONF_LOW 1 -#define CONF_HIGH 2 - enum serviceprobestate { PROBESTATE_INITIAL=1, // No probes started yet PROBESTATE_NULLPROBE, // Is working on the NULL Probe