Skip to content

Commit 6e207bf

Browse files
committed
Remove useless code
1 parent f0313fe commit 6e207bf

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

lib/source-map-consumer.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -801,22 +801,6 @@ class IndexedSourceMapConsumer extends SourceMapConsumer {
801801
return sources;
802802
}
803803

804-
/*
805-
*
806-
*/
807-
get x_google_ignoreList() {
808-
const x_google_ignoreList = [];
809-
for (let i = 0; i < this._sections.length; i++) {
810-
const ignoreList = this._sections[i].consumer.x_google_ignoreList;
811-
if (ignoreList) {
812-
for (let j = 0; j < ignoreList.length; j++) {
813-
x_google_ignoreList.push(ignoreList[j]);
814-
}
815-
}
816-
}
817-
return x_google_ignoreList;
818-
}
819-
820804
/**
821805
* Returns the original source, line, and column information for the generated
822806
* source's line and column positions provided. The only argument is an object

0 commit comments

Comments
 (0)