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