mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibCore: Remove unused include MemMem
These instances were detected by searching for files that include MemMem.h, but don't match the regex: \\b(MemMem(?!\.h>)|bitap_bitwise|memmem|memmem_optional)\\b These are the only symbols defined by MemMem.h. In theory, one might use LibCPP to detect things like this automatically, but let's do this one step after another.
This commit is contained in:
parent
c1676cdddb
commit
b2cd935efd
Notes:
sideshowbarker
2024-07-17 07:31:31 +09:00
Author: https://github.com/BenWiederhake
Commit: b2cd935efd
Pull-request: https://github.com/SerenityOS/serenity/pull/16778
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
|||
#include <AK/EnumBits.h>
|
||||
#include <AK/Function.h>
|
||||
#include <AK/IPv4Address.h>
|
||||
#include <AK/MemMem.h>
|
||||
#include <AK/Noncopyable.h>
|
||||
#include <AK/Result.h>
|
||||
#include <AK/Span.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue