diff --git a/Kernel/Devices/Device.h b/Kernel/Devices/Device.h index c7c4048bff..3a3e8bcfdb 100644 --- a/Kernel/Devices/Device.h +++ b/Kernel/Devices/Device.h @@ -41,7 +41,6 @@ public: virtual String device_name() const = 0; virtual bool is_device() const override { return true; } - virtual bool is_disk_device() const { return false; } static void for_each(Function); static Device* get_device(unsigned major, unsigned minor);