1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:47:37 +00:00

LibCore: Make Core::AnonymousBuffer moveable

This commit is contained in:
Andreas Kling 2021-07-07 17:27:33 +02:00
parent e0986c2766
commit 4cb0bbef9d
2 changed files with 0 additions and 5 deletions

View file

@ -94,8 +94,4 @@ AnonymousBufferImpl::AnonymousBufferImpl(int fd, size_t size, void* data)
{
}
AnonymousBuffer::~AnonymousBuffer()
{
}
}