Kernel: Remove unused file
This commit is contained in:
parent
a180e72b6f
commit
a4568f9263
|
@ -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);
|
||||
}
|
Loading…
Reference in New Issue