diff options
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) { } |