From e81998316b07dc268c99c9fef6e72c812121f1f7 Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Wed, 12 Jul 2023 14:29:23 +0200 Subject: [PATCH] feat(NODE-5223): remove deprecated cacheHexString --- src/binary.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/binary.ts b/src/binary.ts index 1324fd41..6c215f23 100644 --- a/src/binary.ts +++ b/src/binary.ts @@ -321,8 +321,6 @@ const UUID_WITH_DASHES = /^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A * @public */ export class UUID extends Binary { - /** @deprecated Hex string is no longer cached, this control will be removed in a future major release */ - static cacheHexString = false; /** * Create a UUID type *