Kernel/VirtIO: Remove stale detect method
This commit is contained in:
parent
d73c82d746
commit
136d5b12d5
Notes:
sideshowbarker
2024-07-17 07:16:27 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/136d5b12d5 Pull-request: https://github.com/SerenityOS/serenity/pull/24152 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/spholz
1 changed files with 0 additions and 2 deletions
|
@ -19,8 +19,6 @@
|
|||
|
||||
namespace Kernel::VirtIO {
|
||||
|
||||
void detect();
|
||||
|
||||
class Device {
|
||||
public:
|
||||
virtual ~Device() = default;
|
||||
|
|
Loading…
Add table
Reference in a new issue