fs.mitm: Save memory+time in sibling reconstruction via reverse iteration

This commit is contained in:
Michael Scire
2018-06-29 00:34:18 -06:00
parent 4c920dfe92
commit 83c9747e5f
2 changed files with 14 additions and 24 deletions

View File

@@ -153,7 +153,6 @@ struct RomFSBuildDirectoryContext {
RomFSBuildDirectoryContext *child = NULL;
RomFSBuildDirectoryContext *sibling = NULL;
RomFSBuildFileContext *file = NULL;
void *tail;
};
struct RomFSBuildFileContext {