[ox/preloader] Remove unused files

This commit is contained in:
2022-11-30 20:49:13 -06:00
parent 512522711a
commit e0381cd98a
5 changed files with 1 additions and 80 deletions

View File

@@ -213,6 +213,7 @@ constexpr ox::Error Preloader<PlatSpec>::offsetPtrs(std::size_t offset) noexcept
oxReturnError(m_writer.seekp(p.loc));
oxReturnError(ox::serialize(&m_writer, PlatSpec::correctEndianness(p.value + offset)));
}
oxReturnError(m_writer.seekp(0, ox::ios_base::end));
return {};
}