Skip to content

Commit

Permalink
Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
bomsy committed Mar 31, 2023
1 parent f0313fe commit 6e207bf
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions lib/source-map-consumer.js
Original file line number Diff line number Diff line change
Expand Up @@ -801,22 +801,6 @@ class IndexedSourceMapConsumer extends SourceMapConsumer {
return sources;
}

/*
*
*/
get x_google_ignoreList() {
const x_google_ignoreList = [];
for (let i = 0; i < this._sections.length; i++) {
const ignoreList = this._sections[i].consumer.x_google_ignoreList;
if (ignoreList) {
for (let j = 0; j < ignoreList.length; j++) {
x_google_ignoreList.push(ignoreList[j]);
}
}
}
return x_google_ignoreList;
}

/**
* Returns the original source, line, and column information for the generated
* source's line and column positions provided. The only argument is an object
Expand Down

0 comments on commit 6e207bf

Please sign in to comment.