mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Remove unnecessary extern from nbSectionsToAssign
This commit is contained in:
@@ -850,8 +850,6 @@ void sdobj_ReadFile(FileStackNode const &src, FILE *file, std::vector<Symbol> &f
|
||||
);
|
||||
}
|
||||
|
||||
nbSectionsToAssign += fileSections.size();
|
||||
|
||||
for (FileSection &entry : fileSections) {
|
||||
std::unique_ptr<Section> §ion = entry.section;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user