diff options
Diffstat (limited to 'src/common/DataStores/DB2FileLoader.cpp')
-rw-r--r-- | src/common/DataStores/DB2FileLoader.cpp | 3 |
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; } } |