aboutsummaryrefslogtreecommitdiff
path: root/src/common/DataStores/DB2FileLoader.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2020-06-29 09:23:38 +0200
committerShauren <shauren.trinity@gmail.com>2020-06-29 09:23:38 +0200
commit40c71ea9fca547f2a6fd547cb1cd35af361c4f3c (patch)
treec0eb52efa2c296108a34f370bb13657c6d6a5640 /src/common/DataStores/DB2FileLoader.h
parent2fcb79e2de5b17716294304e494ac99e883c6e64 (diff)
Core/Misc: Remove unused variables
Diffstat (limited to 'src/common/DataStores/DB2FileLoader.h')
-rw-r--r--src/common/DataStores/DB2FileLoader.h2
1 files changed, 1 insertions, 1 deletions
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<char*>& stringPool);
+ char* AutoProduceData(uint32& indexTableSize, char**& indexTable);
char* AutoProduceStrings(char** indexTable, uint32 indexTableSize, LocaleConstant locale);
void AutoProduceRecordCopies(uint32 records, char** indexTable, char* dataTable);