Skip to content
Snippets Groups Projects
Commit ada12164 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

PERF: remove unused variables

parent 3d6f7e38
No related branches found
No related tags found
3 merge requests!648Ci rcjob,!621Release 7.0 (master),!565Application VectorRegression
......@@ -55,9 +55,6 @@ VectorPrediction <RegressionMode>
otb::ogr::DataSource::Pointer ogrDS;
OGRSpatialReference oSRS("");
std::vector<std::string> options;
ogrDS = otb::ogr::DataSource::New(shapefile, otb::ogr::DataSource::Modes::Read);
otb::ogr::Layer layer = ogrDS->GetLayer(0);
OGRFeatureDefn &layerDefn = layer.GetLayerDefn();
......
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