1
0
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:
david
2012-12-17 23:18:58 +00:00
parent 55e210d589
commit 3afb4c9992
2 changed files with 1 additions and 62 deletions

View File

@@ -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();