Make sectionMap not extern

This commit is contained in:
Rangi42
2025-07-21 20:20:04 -04:00
parent c83b87e0a0
commit eea532ded1
3 changed files with 3 additions and 6 deletions

View File

@@ -50,7 +50,6 @@ struct SectionSpec {
};
extern std::deque<Section> sectionList;
extern std::unordered_map<std::string, size_t> sectionMap; // Indexes into `sectionList`
extern Section *currentSection;
Section *sect_FindSectionByName(std::string const &name);