Kernel: Remove unused file
This commit is contained in:
@@ -12,7 +12,6 @@ set(KERNEL_SOURCES
|
||||
font/prefs.psf.o
|
||||
kernel/ACPI.cpp
|
||||
kernel/APIC.cpp
|
||||
kernel/build_libc.cpp
|
||||
kernel/CPUID.cpp
|
||||
kernel/Debug.cpp
|
||||
kernel/Device.cpp
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
#include <string.h>
|
||||
|
||||
void foo()
|
||||
{
|
||||
strlen(nullptr);
|
||||
strncpy(nullptr, nullptr, 0);
|
||||
memcpy(nullptr, nullptr, 0);
|
||||
}
|
||||
Reference in New Issue
Block a user