1
0
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:
david
2008-04-11 03:54:44 +00:00
parent 071d313e7b
commit c7017806cc
5 changed files with 14 additions and 70 deletions

View File

@@ -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;
}