fix (memory management): removed unused variable 'g_interrupt_stack'

This commit is contained in:
antifallobst 2023-03-07 20:28:59 +01:00
parent c88c4e9819
commit 1af6191748
1 changed files with 0 additions and 1 deletions

View File

@ -39,6 +39,5 @@
extern uint64_t _kernel_start; extern uint64_t _kernel_start;
extern uint64_t _kernel_end; extern uint64_t _kernel_end;
extern uint64_t g_interrupt_stack;
#endif //NOX_REGION_H #endif //NOX_REGION_H