mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Remove TargetGroup::skip_range.
This was left over from when TargetGroup was used for exclude.
This commit is contained in:
@@ -147,8 +147,7 @@ public:
|
||||
int get_namedhost() {
|
||||
return namedhost;
|
||||
};
|
||||
/* Skip an octet in the range array */
|
||||
int skip_range(_octet_nums octet);
|
||||
|
||||
private:
|
||||
enum _targets_types targets_type;
|
||||
void Initialize();
|
||||
|
||||
Reference in New Issue
Block a user