eupak: Clean up create command warnings
oops
This commit is contained in:
parent
badda50a87
commit
6090c5cfe6
1 changed files with 1 additions and 3 deletions
|
@ -187,7 +187,6 @@ namespace eupak {
|
|||
}
|
||||
|
||||
int Run() override {
|
||||
auto currFile = 0;
|
||||
auto fileCount = 0;
|
||||
|
||||
// Count how many files we're gonna add to the archive
|
||||
|
@ -243,7 +242,6 @@ namespace eupak {
|
|||
});
|
||||
|
||||
files.emplace_back(std::make_pair(relativePathName, std::move(file)));
|
||||
currFile++;
|
||||
}
|
||||
|
||||
std::ofstream ofs(currentArgs.outputFile.string(), std::ofstream::binary);
|
||||
|
|
Loading…
Reference in a new issue