diff --git a/lib/internal/url.js b/lib/internal/url.js index b5be9a88e486f6..30eb57296c0e6d 100644 --- a/lib/internal/url.js +++ b/lib/internal/url.js @@ -103,7 +103,6 @@ const FORWARD_SLASH = /\//g; const context = Symbol('context'); const searchParams = Symbol('query'); -const kFormat = Symbol('format'); const updateActions = { kProtocol: 0, @@ -815,7 +814,6 @@ class URL { } ObjectDefineProperties(URL.prototype, { - [kFormat]: { __proto__: null, configurable: false, writable: false }, [SymbolToStringTag]: { __proto__: null, configurable: true, value: 'URL' }, toString: kEnumerableProperty, href: kEnumerableProperty,