From 82b119da914e81630120a4bf2f5676812b53b85c Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 16 Aug 2022 20:00:36 +0200 Subject: Core/DataStores: Sprinkle some constexpr on db2 meta --- src/common/DataStores/DB2FileLoader.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/common/DataStores/DB2FileLoader.cpp') diff --git a/src/common/DataStores/DB2FileLoader.cpp b/src/common/DataStores/DB2FileLoader.cpp index fc5337a452e..c802b96d63b 100644 --- a/src/common/DataStores/DB2FileLoader.cpp +++ b/src/common/DataStores/DB2FileLoader.cpp @@ -109,11 +109,6 @@ struct DB2IndexData std::vector Entries; }; -DB2FieldMeta::DB2FieldMeta(bool isSigned, DBCFormer type, char const* name) - : IsSigned(isSigned), Type(type), Name(name) -{ -} - DB2FileLoadInfo::DB2FileLoadInfo(DB2FieldMeta const* fields, std::size_t fieldCount, DB2Meta const* meta) : Fields(fields), FieldCount(fieldCount), Meta(meta) { -- cgit v1.2.3