1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 01:26:38 +02:00

Remove the unused KeySet method in Serialize::Data.

This commit is contained in:
Sadie Powell
2024-08-14 00:10:12 +01:00
parent fe18050c49
commit 03bee17063
4 changed files with 0 additions and 25 deletions
-8
View File
@@ -71,14 +71,6 @@ public:
return this->ss;
}
std::set<Anope::string> KeySet() const override
{
std::set<Anope::string> keys;
for (const auto &[key, _]: this->data)
keys.insert(key);
return keys;
}
size_t Hash() const override
{
size_t hash = 0;