Kernel: Remove unused file

This commit is contained in:
Bananymous 2023-04-14 21:13:18 +03:00
parent a180e72b6f
commit a4568f9263
2 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -1,8 +0,0 @@
#include <string.h>
void foo()
{
strlen(nullptr);
strncpy(nullptr, nullptr, 0);
memcpy(nullptr, nullptr, 0);
}