Skip to content

Commit

Permalink
Unreachable code in parseBSDFXMLfile removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
vidanovic committed Oct 25, 2024
1 parent c705bf8 commit 3ed071c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,5 @@ OpticsParser::ProductData parseIGSDBJson(nlohmann::json const & product_json)
std::stringstream msg;
msg << "Cannot open file: " << fname;
throw std::runtime_error(msg.str());

return {};
}
} // namespace OpticsParser

0 comments on commit 3ed071c

Please sign in to comment.