mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
Remove some dead gen-1 OS code.
This commit is contained in:
@@ -122,7 +122,6 @@ void Target::Initialize() {
|
||||
targetname = NULL;
|
||||
memset(&seq, 0, sizeof(seq));
|
||||
distance = -1;
|
||||
FPR1 = NULL;
|
||||
FPR = NULL;
|
||||
osscan_flag = OS_NOTPERF;
|
||||
wierd_responses = flags = 0;
|
||||
@@ -178,7 +177,6 @@ void Target::FreeInternal() {
|
||||
nameIPBuf = NULL;
|
||||
}
|
||||
|
||||
if (FPR1) delete FPR1;
|
||||
if (FPR) delete FPR;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user