Skip to content
Snippets Groups Projects
Commit 9ae4df47 authored by Julien Michel's avatar Julien Michel
Browse files

COMP: Fixing variable set but not used warning

parent f33fc15f
No related branches found
No related tags found
No related merge requests found
......@@ -156,8 +156,6 @@ private:
bool validInputProjRef = false;
std::string inputProjectionRef = "";
otb::ogr::DataSource::const_iterator lit = ogrDS->begin();
// Retrieve extent
double ulx, uly, lrx, lry;
bool extentAvailable = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment