mirror of
https://github.com/nmap/nmap.git
synced 2026-06-25 02:27:59 +00:00
Remove unused pingstyle enum left over from the massping migration.
This commit is contained in:
parent
de922ab69c
commit
d170d5d02d
1 changed files with 0 additions and 2 deletions
|
|
@ -113,8 +113,6 @@
|
|||
|
||||
using namespace std;
|
||||
extern NmapOps o;
|
||||
enum pingstyle { pingstyle_unknown, pingstyle_rawtcp, pingstyle_rawudp, pingstyle_connecttcp,
|
||||
pingstyle_icmp };
|
||||
|
||||
/* Gets the host number (index) of target in the hostbatch array of
|
||||
pointers. Note that the target MUST EXIST in the array or all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue