mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:57:45 +00:00
AK: Remove unimplemented method fill_buffer
from UUID
This commit is contained in:
parent
daead75e9c
commit
ae6862cb2d
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void convert_string_view_to_uuid(const StringView&);
|
void convert_string_view_to_uuid(const StringView&);
|
||||||
void fill_buffer(ByteBuffer);
|
|
||||||
|
|
||||||
Array<u8, 16> m_uuid_buffer {};
|
Array<u8, 16> m_uuid_buffer {};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue