Kernel: Remove unused file

This commit is contained in:
Bananymous
2023-04-14 21:13:18 +03:00
parent 633929629c
commit 0374b68fa1
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);
}