diff options
Diffstat (limited to 'Source/Kernel/SyscallManager/IDT.ns.h')
-rw-r--r-- | Source/Kernel/SyscallManager/IDT.ns.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Kernel/SyscallManager/IDT.ns.h b/Source/Kernel/SyscallManager/IDT.ns.h index cf8e9f2..52f1ed5 100644 --- a/Source/Kernel/SyscallManager/IDT.ns.h +++ b/Source/Kernel/SyscallManager/IDT.ns.h @@ -25,7 +25,6 @@ namespace IDT { }__attribute__((packed)); void init(); - void handleException(registers_t regs, int no); } #endif |