summaryrefslogtreecommitdiff
path: root/AK
diff options
context:
space:
mode:
authorJames Puleo <james@jame.xyz>2021-09-12 03:46:31 -0400
committerAndreas Kling <kling@serenityos.org>2021-09-13 20:19:34 +0200
commitae6862cb2d716c6343937cd260a7329bfc0f8072 (patch)
tree9f0f5508302f3016e3de4a28b78b7fdae6bf577a /AK
parentdaead75e9c41a92ab002d257ba91fca4a3732390 (diff)
downloadserenity-ae6862cb2d716c6343937cd260a7329bfc0f8072.zip
AK: Remove unimplemented method `fill_buffer` from `UUID`
Diffstat (limited to 'AK')
-rw-r--r--AK/UUID.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/AK/UUID.h b/AK/UUID.h
index 25e70aec1d..f547deb3d3 100644
--- a/AK/UUID.h
+++ b/AK/UUID.h
@@ -32,7 +32,6 @@ public:
private:
void convert_string_view_to_uuid(const StringView&);
- void fill_buffer(ByteBuffer);
Array<u8, 16> m_uuid_buffer {};
};