serenity/Kernel/BlockDevice.cpp
2019-02-16 00:52:58 +01:00

6 lines
65 B
C++

#include <Kernel/BlockDevice.h>
BlockDevice::~BlockDevice()
{
}