Skip to content

Commit

Permalink
feat(NODE-5223)!: remove deprecated cacheHexString (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Jul 12, 2023
1 parent d8aa1ec commit 76eca2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/binary.ts
Expand Up @@ -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
*
Expand Down

0 comments on commit 76eca2b

Please sign in to comment.