aboutsummaryrefslogtreecommitdiff
path: root/src/common/DataStores/DB2FileLoader.cpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-01-31 18:51:31 +0100
committerShauren <shauren.trinity@gmail.com>2023-01-31 18:51:31 +0100
commit7395d75b5adfd89085b78b17feb726ad9266715f (patch)
tree67cbfb38c406f796c21db31527dca73c5077a957 /src/common/DataStores/DB2FileLoader.cpp
parent74dc88eb54751d5cd3eb8c379cdf9b2bdbbaa1ec (diff)
Core/Misc: Fixed clang 15 warnings
Diffstat (limited to 'src/common/DataStores/DB2FileLoader.cpp')
-rw-r--r--src/common/DataStores/DB2FileLoader.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/DataStores/DB2FileLoader.cpp b/src/common/DataStores/DB2FileLoader.cpp
index f9bf392bdfd..f15864e4c7b 100644
--- a/src/common/DataStores/DB2FileLoader.cpp
+++ b/src/common/DataStores/DB2FileLoader.cpp
@@ -1075,7 +1075,6 @@ char* DB2FileLoaderSparseImpl::AutoProduceData(uint32& indexTableSize, char**& i
memset(dataTable, 0, (records + _copyTable.size()) * recordsize);
uint32 offset = 0;
- uint32 recordNum = 0;
uint32 y = 0;
for (uint32 section = 0; section < _header->SectionCount; ++section)
@@ -1176,8 +1175,6 @@ char* DB2FileLoaderSparseImpl::AutoProduceData(uint32& indexTableSize, char**& i
++fieldIndex;
}
}
-
- ++recordNum;
}
}