[olympic/studio] Cleanup unused expression
All checks were successful
Build / build (push) Successful in 2m10s

This commit is contained in:
Gary Talent 2023-12-28 01:08:35 -06:00
parent d3847caab4
commit b35a956e4f

View File

@ -130,7 +130,6 @@ ox::Error Project::writeObj(ox::CRStringView path, T const&obj, ox::ClawFormat f
if (!descExists || ox::defines::Debug) {
// write all descriptors because we don't know which types T depends on
oxReturnError(mkdir(descPath));
m_typeStore.get<T>().value;
for (auto const &t: m_typeStore.typeList()) {
oxRequireM(typeOut, ox::writeClaw(*t, ox::ClawFormat::Organic));
// replace garbage last character with new line