diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-02 10:09:27 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-02 10:09:27 +0100 |
| commit | c8b5a4cc2981c4fd8987b7f048380a13d80981fd (patch) | |
| tree | e2beba4453cfcea814fb6ddaa7b8293d2e2db356 /Private/NewBoot/BootKit | |
| parent | 28939d40c856aed0b56fe5a4d1d68a906099d745 (diff) | |
See below.
- Pack NewFS data structures.
- Add README.TXT in /Drivers/
- Move /Internals/Tools in just /Tools.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/BootKit')
| -rw-r--r-- | Private/NewBoot/BootKit/BootKit.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx index 90ef5156..70519aba 100644 --- a/Private/NewBoot/BootKit/BootKit.hxx +++ b/Private/NewBoot/BootKit/BootKit.hxx @@ -81,8 +81,6 @@ class BFileReader final { private: Int32 mErrorCode{kOperationOkay}; CharacterType mPath[255]; - - private: BATADevice mDevice; }; |
