Skip to content

Commit 69148f0

Browse files
committed
url: remove unused kFormat from url
1 parent d610096 commit 69148f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/internal/url.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ const FORWARD_SLASH = /\//g;
100100

101101
const context = Symbol('context');
102102
const searchParams = Symbol('query');
103-
const kFormat = Symbol('format');
104103

105104
const updateActions = {
106105
kProtocol: 0,
@@ -794,7 +793,6 @@ class URL {
794793
}
795794

796795
ObjectDefineProperties(URL.prototype, {
797-
[kFormat]: { __proto__: null, configurable: false, writable: false },
798796
[SymbolToStringTag]: { __proto__: null, configurable: true, value: 'URL' },
799797
toString: kEnumerableProperty,
800798
href: kEnumerableProperty,

0 commit comments

Comments
 (0)