mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 10:47:44 +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:
parent
638c6b7547
commit
01dabb65f2
1 changed files with 0 additions and 4 deletions
|
@ -36,10 +36,6 @@
|
||||||
# include <inttypes.h>
|
# include <inttypes.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef KERNEL
|
|
||||||
extern "C" char* strstr(const char* haystack, const char* needle);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace AK {
|
namespace AK {
|
||||||
|
|
||||||
String::String(const StringView& view)
|
String::String(const StringView& view)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue