diff options
-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 {}; }; |
index : serenity | ||
The Serenity Operating System 🐞 | cos |
summaryrefslogtreecommitdiff |
-rw-r--r-- | AK/UUID.h | 1 |
@@ -32,7 +32,6 @@ public: private: void convert_string_view_to_uuid(const StringView&); - void fill_buffer(ByteBuffer); Array<u8, 16> m_uuid_buffer {}; }; |