Skip to content

Commit

Permalink
Remove unused code (to avoid warnings)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed May 31, 2023
1 parent 71f5bfc commit d688fb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tile/tile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -637,13 +637,11 @@ static void tilingPass2(BaseInfo &m_b, TileGrid &m_grid, FileInfo &m_srsFileInfo
ProgressBar progressBar;
progressBar.init(lstBinFiles.size());

int outFileIdx = 0;
for ( const std::string &binFile : lstBinFiles )
{
std::string fileStem = fs::path(binFile).stem().string();
std::string outFilename = m_b.opts.outputDir + "/" + fileStem + "." + m_b.opts.outputFormat;
outFiles.push_back(outFilename);
outFileIdx++;

m_pool2.add([binFile, outFilename, &m_b, &progressBar]()
{
Expand Down

0 comments on commit d688fb4

Please sign in to comment.