Use std::deque<std::vector> for free space (#1323)

This commit is contained in:
Sylvie
2024-03-01 16:21:29 -05:00
committed by GitHub
parent 1ac3c0262f
commit 446fb07fd5
2 changed files with 62 additions and 101 deletions

View File

@@ -470,7 +470,6 @@ int main(int argc, char *argv[])
reportErrors();
assign_AssignSections();
obj_CheckAssertions();
assign_Cleanup();
// and finally output the result.
patch_ApplyPatches();