Skip to content

Commit 1586e3b

Browse files
committed
lib: remove util.getCallSite
This API has been replaced by util.getCallSites(). It was previously experimental with a warning about its usage and its removal in a semver-minor PR. Here it is.
1 parent 54c4567 commit 1586e3b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/util.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -473,11 +473,6 @@ module.exports = {
473473
format,
474474
styleText,
475475
formatWithOptions,
476-
// Deprecated getCallSite.
477-
// This API can be removed in next semver-minor release.
478-
getCallSite: deprecate(getCallSites,
479-
'The `util.getCallSite` API has been renamed to `util.getCallSites()`.',
480-
'ExperimentalWarning'),
481476
getCallSites,
482477
getSystemErrorMap,
483478
getSystemErrorName,

0 commit comments

Comments
 (0)