mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Remove unused defines in portlist.h:
#define CONF_NONE 0 #define CONF_LOW 1 #define CONF_HIGH 2
This commit is contained in:
parent
07011cbb99
commit
13b43d0286
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue