Skip to content

Commit 76eca2b

Browse files
authored
feat(NODE-5223)!: remove deprecated cacheHexString (#595)
1 parent d8aa1ec commit 76eca2b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/binary.ts

-2
Original file line numberDiff line numberDiff line change
@@ -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
321321
* @public
322322
*/
323323
export class UUID extends Binary {
324-
/** @deprecated Hex string is no longer cached, this control will be removed in a future major release */
325-
static cacheHexString = false;
326324
/**
327325
* Create a UUID type
328326
*

0 commit comments

Comments
 (0)