From 40c71ea9fca547f2a6fd547cb1cd35af361c4f3c Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 29 Jun 2020 09:23:38 +0200 Subject: Core/Misc: Remove unused variables --- src/common/DataStores/DB2FileLoader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/DataStores/DB2FileLoader.h') diff --git a/src/common/DataStores/DB2FileLoader.h b/src/common/DataStores/DB2FileLoader.h index 768f9c53cef..6f0bca5ee5b 100644 --- a/src/common/DataStores/DB2FileLoader.h +++ b/src/common/DataStores/DB2FileLoader.h @@ -172,7 +172,7 @@ public: // loadInfo argument is required when trying to read data from the file bool LoadHeaders(DB2FileSource* source, DB2FileLoadInfo const* loadInfo); bool Load(DB2FileSource* source, DB2FileLoadInfo const* loadInfo); - char* AutoProduceData(uint32& count, char**& indexTable, std::vector& stringPool); + char* AutoProduceData(uint32& indexTableSize, char**& indexTable); char* AutoProduceStrings(char** indexTable, uint32 indexTableSize, LocaleConstant locale); void AutoProduceRecordCopies(uint32 records, char** indexTable, char* dataTable); -- cgit v1.2.3