mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-11 02:31:04 +00:00
6 lines
65 B
C++
6 lines
65 B
C++
|
|
#include <Kernel/BlockDevice.h>
|
||
|
|
|
||
|
|
BlockDevice::~BlockDevice()
|
||
|
|
{
|
||
|
|
}
|