1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-25 23:59:01 +00:00

Remove the unused Port::next member.

This commit is contained in:
david
2009-11-19 16:10:49 +00:00
parent 1a37d25650
commit e88781716e
2 changed files with 0 additions and 3 deletions

View File

@@ -113,7 +113,6 @@ Port::Port() {
rpc_status = RPC_STATUS_UNTESTED;
rpc_program = rpc_lowver = rpc_highver = 0;
state = 0;
next = NULL;
serviceprobe_results = PROBESTATE_INITIAL;
serviceprobe_service = NULL;
serviceprobe_product = serviceprobe_version = serviceprobe_extrainfo = NULL;

View File

@@ -226,8 +226,6 @@ class Port {
unsigned long rpc_program; /* Only valid if rpc_state == RPC_STATUS_GOOD_PROG */
unsigned int rpc_lowver;
unsigned int rpc_highver;
Port *next; /* Internal use only -- we sometimes like to link them
together */
enum serviceprobestate serviceprobe_results; // overall results of service scan
char *serviceprobe_service; // If a service was discovered, points to the name
// Any of these next three can be NULL if the details are not available