Remove unnecessary extern from nbSectionsToAssign

This commit is contained in:
Rangi42
2025-07-21 17:27:43 -04:00
parent ad81c74cda
commit a0e23ee911
3 changed files with 3 additions and 14 deletions

View File

@@ -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> &section = entry.section;