mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-04 07:09:41 +00:00
Meta: Remove references to Userland/Libraries/LibELF/exec_elf.h
This commit is contained in:
parent
df916c9738
commit
3c4dc5cb11
Notes:
sideshowbarker
2024-07-18 19:24:52 +09:00
Author: https://github.com/bcoles
Commit: 3c4dc5cb11
Pull-request: https://github.com/SerenityOS/serenity/pull/6470
4 changed files with 2 additions and 6 deletions
|
@ -26,7 +26,6 @@ done < <(
|
|||
'*.h' \
|
||||
'*.in' \
|
||||
':!:Kernel/FileSystem/ext2_fs.h' \
|
||||
':!:Userland/Libraries/LibELF/exec_elf.h' \
|
||||
| xargs grep -P '(_DEBUG|DEBUG_)' \
|
||||
| sed -re 's,^.*[^a-zA-Z0-9_]([a-zA-Z0-9_]*DEBUG[a-zA-Z0-9_]*).*$,\1,' \
|
||||
| sort \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue