mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 22:21:29 +00:00
Remove some dead commented code.
This commit is contained in:
@@ -1299,13 +1299,7 @@ HostOsScan::~HostOsScan() {
|
||||
pcap_close(pd);
|
||||
pd = NULL;
|
||||
}
|
||||
/*
|
||||
* No need to close ethsd due to caching
|
||||
* if (ethsd) {
|
||||
* eth_close(ethsd);
|
||||
* ethsd = NULL;
|
||||
* }
|
||||
*/
|
||||
/* No need to close ethsd due to caching. */
|
||||
delete stats;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user