1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Remove unused member OSScan::ip_ver

This commit is contained in:
dmiller
2013-11-25 22:09:40 +00:00
parent 1ef698cb7e
commit c47c0e2567

View File

@@ -525,7 +525,6 @@ class HostOsScanInfo {
class OSScan {
private:
int ip_ver; /* IP version for the OS Scan (4 or 6) */
int chunk_and_do_scan(std::vector<Target *> &Targets, int family);
int os_scan_ipv4(std::vector<Target *> &Targets);
int os_scan_ipv6(std::vector<Target *> &Targets);