From 01cce7fcf6a68f268c8a61e93ea4a0d76a775954 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Sat, 7 Nov 2020 20:38:52 +0000 Subject: Removed unused IFieldBase of Serializer/Deserializer interface. Many years ago there were a big plan. But it went nowehere. So let us GC it instead of lying around polluting and bloating the code. --- document/src/tests/fieldsettest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'document/src/tests/fieldsettest.cpp') diff --git a/document/src/tests/fieldsettest.cpp b/document/src/tests/fieldsettest.cpp index 8f77bfd2c0d..a3b78e6081f 100644 --- a/document/src/tests/fieldsettest.cpp +++ b/document/src/tests/fieldsettest.cpp @@ -281,7 +281,7 @@ TEST(FieldCollectionTest, testHash ) { } TEST(FieldTest, testSizeOf) { - EXPECT_EQ(sizeof(Field), 96); + EXPECT_EQ(sizeof(Field), 88); } } // document -- cgit v1.2.3