mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 21:04:59 +00:00
5 lines
65 B
C++
5 lines
65 B
C++
#include <Kernel/BlockDevice.h>
|
|
|
|
BlockDevice::~BlockDevice()
|
|
{
|
|
}
|