AK: Remove unimplemented method fill_buffer from UUID

This commit is contained in:
James Puleo 2021-09-12 03:46:31 -04:00 committed by Andreas Kling
parent daead75e9c
commit ae6862cb2d

View file

@ -32,7 +32,6 @@ public:
private:
void convert_string_view_to_uuid(const StringView&);
void fill_buffer(ByteBuffer);
Array<u8, 16> m_uuid_buffer {};
};