diff --git a/src/Mod/Mesh/App/Core/MeshIO.cpp b/src/Mod/Mesh/App/Core/MeshIO.cpp index 0d5328395c..2c1655a588 100644 --- a/src/Mod/Mesh/App/Core/MeshIO.cpp +++ b/src/Mod/Mesh/App/Core/MeshIO.cpp @@ -1683,7 +1683,7 @@ bool MeshInput::LoadNastran (std::istream &rstrIn) continue; } auto indexView = std::string_view(&line[8], 16); - auto blankView = std::string_view(&line[8+16], 16); + //auto blankView = std::string_view(&line[8+16], 16); // No data is needed here auto xView = std::string_view(&line[8+16+16], 16); auto yView = std::string_view(&line[8+16+16+16]);