diff options
author | funjoker <funjoker109@gmail.com> | 2025-05-11 12:46:33 +0200 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2025-05-12 12:36:07 +0200 |
commit | 9bd261f11c9d3b212ebf12bfd4b341e2938d0eeb (patch) | |
tree | 06962b52cd485b17ad933a561628edc5c8ee7453 /src/common/DataStores/DB2Meta.h | |
parent | af8de3493f07310fcf84dce7c6dc788551dbb45a (diff) |
Core: Basic update to 3.4.4
Diffstat (limited to 'src/common/DataStores/DB2Meta.h')
-rw-r--r-- | src/common/DataStores/DB2Meta.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/common/DataStores/DB2Meta.h b/src/common/DataStores/DB2Meta.h index b7d4804e858..e8ee4a4bb9b 100644 --- a/src/common/DataStores/DB2Meta.h +++ b/src/common/DataStores/DB2Meta.h @@ -29,12 +29,6 @@ struct DB2MetaField struct TC_COMMON_API DB2Meta { - constexpr explicit DB2Meta(uint32 fileDataId, int32 indexField, uint32 fieldCount, uint32 fileFieldCount, uint32 layoutHash, - DB2MetaField const* fields, int32 parentIndexField) : FileDataId(fileDataId), IndexField(indexField), ParentIndexField(parentIndexField), - FieldCount(fieldCount), FileFieldCount(fileFieldCount), LayoutHash(layoutHash), Fields(fields) - { - } - bool HasIndexFieldInData() const; // Returns field index for data loaded in our structures (ID field is appended in the front if not present in db2 file data section) |