Cleanup old partial host groups code

Fixes #1599
This commit is contained in:
Simone Mainardi 2021-01-21 11:27:17 +01:00
parent 43fa8cf6e9
commit 8a62783e2d
10 changed files with 0 additions and 223 deletions

View file

@ -32,10 +32,6 @@ class OperatingSystemHash : public GenericHash {
OperatingSystemHash(NetworkInterface *iface, u_int _num_hashes, u_int _max_hash_size);
OperatingSystem* get(OSType os, bool is_inline_call);
#ifdef AS_DEBUG
void printHash();
#endif
};
#endif /* _AUTONOMOUS_SYSTEM_HASH_H_ */