diff options
author | Sadie Powell <sadie@witchery.services> | 2024-08-14 00:10:12 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-08-14 00:10:12 +0100 |
commit | 03bee1706383d2766923e5d8edbb90d7ad1948b6 (patch) | |
tree | 6dc4263f24702aac662001e779f693d440026d66 /include/serialize.h | |
parent | fe18050c49c202d792f195abb76b24f7658660c4 (diff) |
Remove the unused KeySet method in Serialize::Data.
Diffstat (limited to 'include/serialize.h')
-rw-r--r-- | include/serialize.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/serialize.h b/include/serialize.h index 02e58a21f..e53295dc0 100644 --- a/include/serialize.h +++ b/include/serialize.h @@ -30,7 +30,6 @@ namespace Serialize virtual ~Data() = default; virtual std::iostream &operator[](const Anope::string &key) = 0; - virtual std::set<Anope::string> KeySet() const { throw CoreException("Not supported"); } virtual size_t Hash() const { throw CoreException("Not supported"); } virtual void SetType(const Anope::string &key, Type t) { } |