diff options
author | James Puleo <james@jame.xyz> | 2021-09-12 03:46:31 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-09-13 20:19:34 +0200 |
commit | ae6862cb2d716c6343937cd260a7329bfc0f8072 (patch) | |
tree | 9f0f5508302f3016e3de4a28b78b7fdae6bf577a /AK | |
parent | daead75e9c41a92ab002d257ba91fca4a3732390 (diff) | |
download | serenity-ae6862cb2d716c6343937cd260a7329bfc0f8072.zip |
AK: Remove unimplemented method `fill_buffer` from `UUID`
Diffstat (limited to 'AK')
-rw-r--r-- | AK/UUID.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -32,7 +32,6 @@ public: private: void convert_string_view_to_uuid(const StringView&); - void fill_buffer(ByteBuffer); Array<u8, 16> m_uuid_buffer {}; }; |