Kernel: Fix typo in Ramdisk
Remove the duplicate/extraneous access specifier.
This commit is contained in:
parent
2c0716e314
commit
70a55ccf73
Notes:
sideshowbarker
2024-07-17 16:23:55 +09:00
Author: https://github.com/b14ckcat 🔰 Commit: https://github.com/SerenityOS/serenity/commit/70a55ccf73 Pull-request: https://github.com/SerenityOS/serenity/pull/13778 Reviewed-by: https://github.com/Quaker762 ✅
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ namespace Kernel {
|
|||
class AsyncBlockDeviceRequest;
|
||||
|
||||
class RamdiskController final : public StorageController {
|
||||
public:
|
||||
public:
|
||||
static NonnullRefPtr<RamdiskController> initialize();
|
||||
virtual ~RamdiskController() override;
|
||||
|
|
Loading…
Add table
Reference in a new issue