mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Removed unused code
This commit is contained in:
@ -51,12 +51,6 @@ void UnknownExceptionHandler(CPU::x64::TrapFrame *Frame);
|
||||
void UserModeExceptionHandler(CPU::x64::TrapFrame *Frame);
|
||||
#endif
|
||||
|
||||
#ifdef __debug_vscode__
|
||||
extern "C" int printf_(const char *format, ...);
|
||||
extern "C" int vprintf_(const char *format, va_list arg);
|
||||
extern "C" int sprintf_(char *s, const char *format, ...);
|
||||
#endif
|
||||
|
||||
namespace CrashHandler
|
||||
{
|
||||
void printfWrapper(char c, void *unused)
|
||||
|
Reference in New Issue
Block a user