Skip to content

Commit

Permalink
Remove unnecessary assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jun 2, 2020
1 parent 873c3c3 commit f3eaae3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/i3s/io/EsriReader.cpp
Expand Up @@ -346,8 +346,6 @@ void EsriReader::addDimensions(PointLayoutPtr layout)
}
else
{
dim.type = Dimension::Type::None;

std::string dimTypeName =
el["attributeValues"]["valueType"].get<std::string>();
auto typeIt = typeMapping.find(dimTypeName);
Expand Down

0 comments on commit f3eaae3

Please sign in to comment.