mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:27:35 +00:00
Kernel/SysFS: Remove derived BIOSSysFSComponent classes
These are not needed, because both do exactly the same thing, so we can move the code to the BIOSSysFSComponent class.
This commit is contained in:
parent
23c1c40e86
commit
30b58cd06c
8 changed files with 49 additions and 150 deletions
|
@ -155,8 +155,6 @@ set(KERNEL_SOURCES
|
|||
FileSystem/SysFS/Subsystems/Devices/CharacterDevicesDirectory.cpp
|
||||
FileSystem/SysFS/Subsystems/Devices/DeviceComponent.cpp
|
||||
FileSystem/SysFS/Subsystems/Devices/Directory.cpp
|
||||
FileSystem/SysFS/Subsystems/Firmware/BIOS/DMI/EntryPointBlob.cpp
|
||||
FileSystem/SysFS/Subsystems/Firmware/BIOS/DMI/Table.cpp
|
||||
FileSystem/SysFS/Subsystems/Firmware/BIOS/Component.cpp
|
||||
FileSystem/SysFS/Subsystems/Firmware/BIOS/Directory.cpp
|
||||
FileSystem/SysFS/Subsystems/Firmware/Directory.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue