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

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