Skip to content

Commit

Permalink
lib: remove spurious JSDoc entry
Browse files Browse the repository at this point in the history
PR-URL: #41240
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
Trott authored and targos committed Jan 14, 2022
1 parent 8f08328 commit 24fbbf2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/internal/source_map/source_map.js
Expand Up @@ -154,9 +154,6 @@ class SourceMap {
return cloneSourceMapV3(this.#payload);
}

/**
* @param {SourceMapV3} mappingPayload
*/
#parseMappingPayload = () => {
if (this.#payload.sections) {
this.#parseSections(this.#payload.sections);
Expand Down

0 comments on commit 24fbbf2

Please sign in to comment.