Skip to content

Commit

Permalink
Update histogram.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mesteery committed Jul 28, 2021
1 parent 67f2432 commit 20a7f1a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/internal/histogram.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ const {
Symbol,
} = primordials;

const {
codes: {
ERR_ILLEGAL_CONSTRUCTOR,
}
} = require('internal/errors');

const {
Histogram: _Histogram
} = internalBinding('performance');
Expand All @@ -30,6 +24,7 @@ const {
ERR_INVALID_ARG_VALUE,
ERR_INVALID_ARG_TYPE,
ERR_OUT_OF_RANGE,
ERR_ILLEGAL_CONSTRUCTOR,
},
} = require('internal/errors');

Expand Down

0 comments on commit 20a7f1a

Please sign in to comment.