Skip to content

Commit

Permalink
lib: remove non used getter in lib/perf_hooks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
juanarbol committed Jan 13, 2021
1 parent 6e3a832 commit 1f87cab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/perf_hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,6 @@ class PerformanceObserverEntryList {
this[kCount]++;
}

get length() {
return this[kCount];
}

[kGetEntries](name, type) {
const ret = [];
const list = this[kEntries];
Expand Down

0 comments on commit 1f87cab

Please sign in to comment.