From ae6862cb2d716c6343937cd260a7329bfc0f8072 Mon Sep 17 00:00:00 2001 From: James Puleo Date: Sun, 12 Sep 2021 03:46:31 -0400 Subject: [PATCH] AK: Remove unimplemented method `fill_buffer` from `UUID` --- AK/UUID.h | 1 - 1 file changed, 1 deletion(-) 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 m_uuid_buffer {}; };