Skip to content

Commit bbeb2f0

Browse files
committed
fixup! perf_hooks: complete overhaul of the implementation
1 parent bf8cac0 commit bbeb2f0

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

lib/internal/perf/event_loop_delay.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use strict';
22

33
const {
4-
NumberIsSafeInteger
54
} = primordials;
65

76
const {
@@ -10,16 +9,9 @@ const {
109

1110
const {
1211
validateInteger,
13-
validateNumber,
1412
validateObject,
1513
} = require('internal/validators');
1614

17-
const {
18-
codes: {
19-
ERR_INVALID_ARG_VALUE,
20-
},
21-
} = require('internal/errors');
22-
2315
const {
2416
Histogram,
2517
kHandle,

0 commit comments

Comments
 (0)