mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-27 13:38:28 +00:00
AK: Remove redundant declaration in String.cpp
It already includes AK/Memory.h, which includes Kernel/StdLib.h, which. declares strstr().
This commit is contained in:
committed by
Andreas Kling
parent
638c6b7547
commit
01dabb65f2
@@ -36,10 +36,6 @@
|
||||
# include <inttypes.h>
|
||||
#endif
|
||||
|
||||
#ifdef KERNEL
|
||||
extern "C" char* strstr(const char* haystack, const char* needle);
|
||||
#endif
|
||||
|
||||
namespace AK {
|
||||
|
||||
String::String(const StringView& view)
|
||||
|
||||
Reference in New Issue
Block a user