mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Remove declarations for nonexistent methods.
FingerTest.getattrbyname and FingerPrint.gettestbyname were removed in r27713.
This commit is contained in:
parent
22270f6868
commit
2985509924
1 changed files with 0 additions and 3 deletions
|
|
@ -192,8 +192,6 @@ struct FingerMatch {
|
|||
struct FingerTest {
|
||||
const char *name;
|
||||
std::vector<struct AVal> results;
|
||||
const struct AVal *getattrbyname(const char *name) const;
|
||||
|
||||
bool operator<(const FingerTest& other) const {
|
||||
return strcmp(name, other.name) < 0;
|
||||
}
|
||||
|
|
@ -202,7 +200,6 @@ struct FingerTest {
|
|||
struct FingerPrint {
|
||||
FingerMatch match;
|
||||
std::vector<FingerTest> tests;
|
||||
const FingerTest *gettestbyname(const char *name) const;
|
||||
FingerPrint();
|
||||
void sort();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue