[olympic/studio] Cleanup unused expression
All checks were successful
Build / build (push) Successful in 2m10s
All checks were successful
Build / build (push) Successful in 2m10s
This commit is contained in:
parent
d3847caab4
commit
b35a956e4f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user