mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +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
Notes:
sideshowbarker
2024-07-19 03:15:01 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/01dabb65f2e Pull-request: https://github.com/SerenityOS/serenity/pull/3275 Reviewed-by: https://github.com/awesomekling
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue