Kernel: Fix typo in Ramdisk

Remove the duplicate/extraneous access specifier.
This commit is contained in:
b14ckcat 2022-04-22 23:19:16 -04:00 committed by Brian Gianforcaro
parent 2c0716e314
commit 70a55ccf73
Notes: sideshowbarker 2024-07-17 16:23:55 +09:00

View file

@ -18,7 +18,6 @@ namespace Kernel {
class AsyncBlockDeviceRequest;
class RamdiskController final : public StorageController {
public:
public:
static NonnullRefPtr<RamdiskController> initialize();
virtual ~RamdiskController() override;