1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 21:07:36 +00:00

Kernel: Remove unused members in BIOSSysFSDirectory

This commit is contained in:
Andreas Kling 2021-08-28 23:22:17 +02:00
parent ed77b6f8cb
commit b959c1bfa9
2 changed files with 0 additions and 20 deletions

View file

@ -99,11 +99,6 @@ public:
void create_components();
private:
OwnPtr<KBuffer> dmi_entry_point() const;
OwnPtr<KBuffer> smbios_structure_table() const;
size_t dmi_entry_point_length() const;
size_t smbios_structure_table_length() const;
BIOSSysFSDirectory();
void set_dmi_64_bit_entry_initialization_values();