mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
Everywhere: Remove references to the kernel
This commit is contained in:
committed by
Andreas Kling
parent
d147ed8549
commit
1a4fbfe495
@@ -74,12 +74,6 @@ def should_check_file(filename):
|
||||
return False
|
||||
if filename.startswith('Base/'):
|
||||
return False
|
||||
if filename == 'Kernel/Devices/HID/VirtIO/EvDevDefinitions.h':
|
||||
return False
|
||||
if filename == 'Kernel/FileSystem/Ext2FS/Definitions.h':
|
||||
return False
|
||||
if filename == 'Kernel/FileSystem/FUSE/Definitions.h':
|
||||
return False
|
||||
return True
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user