Skip to content

Commit 1f87cab

Browse files
committed
lib: remove non used getter in lib/perf_hooks.js
1 parent 6e3a832 commit 1f87cab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/perf_hooks.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,6 @@ class PerformanceObserverEntryList {
303303
this[kCount]++;
304304
}
305305

306-
get length() {
307-
return this[kCount];
308-
}
309-
310306
[kGetEntries](name, type) {
311307
const ret = [];
312308
const list = this[kEntries];

0 commit comments

Comments
 (0)