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

@@ -3,10 +3,6 @@
#ifndef RGBDS_LINK_ASSIGN_HPP
#define RGBDS_LINK_ASSIGN_HPP
#include <stdint.h>
extern uint64_t nbSectionsToAssign;
// Assigns all sections a slice of the address space
void assign_AssignSections();