1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 02:55:06 +00:00
serenity/Kernel/Devices/BlockDevice.cpp
2019-04-03 12:36:40 +02:00

5 lines
73 B
C++

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