summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/MetadataSerializable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'view/sharedcache/core/MetadataSerializable.cpp')
-rw-r--r--view/sharedcache/core/MetadataSerializable.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/view/sharedcache/core/MetadataSerializable.cpp b/view/sharedcache/core/MetadataSerializable.cpp
index 2c68ac11..eaf82c8b 100644
--- a/view/sharedcache/core/MetadataSerializable.cpp
+++ b/view/sharedcache/core/MetadataSerializable.cpp
@@ -47,11 +47,6 @@ void Serialize(SerializationContext& context, uint64_t value) {
context.writer.Uint64(value);
}
-void Serialize(SerializationContext& context, unsigned long value)
-{
- context.writer.Uint64(value);
-}
-
void Deserialize(DeserializationContext& context, std::string_view name, bool& b) {
b = context.doc[name.data()].GetBool();
}