1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 21:04:59 +00:00
serenity/Kernel/BlockDevice.cpp
2019-02-16 00:52:58 +01:00

5 lines
65 B
C++

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