diff options
author | Shauren <shauren.trinity@gmail.com> | 2020-06-29 09:23:38 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-06-29 09:23:38 +0200 |
commit | 40c71ea9fca547f2a6fd547cb1cd35af361c4f3c (patch) | |
tree | c0eb52efa2c296108a34f370bb13657c6d6a5640 /src/common/DataStores/DB2FileLoader.h | |
parent | 2fcb79e2de5b17716294304e494ac99e883c6e64 (diff) |
Core/Misc: Remove unused variables
Diffstat (limited to 'src/common/DataStores/DB2FileLoader.h')
-rw-r--r-- | src/common/DataStores/DB2FileLoader.h | 2 |
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); |