[Part] remove unused variable

MSVC complained about it
This commit is contained in:
Uwe
2022-03-12 15:44:27 +01:00
parent 12f0736189
commit 1e852e6d6b

View File

@@ -367,7 +367,7 @@ void PropertyPartShape::loadFromStream(Base::Reader &reader)
BRepTools::Read(shape, reader, builder);
setValue(shape);
}
catch (const std::exception& e) {
catch (const std::exception&) {
Base::Console().Warning("Failed to load BRep file %s\n", reader.getFileName().c_str());
}
}