Skip to content

Commit 9bb9915

Browse files
committed
remove Dependency.compare
1 parent 645867e commit 9bb9915

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/Dependency.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ class Dependency {
4343
disconnect() {
4444
this.module = null;
4545
}
46-
47-
// TODO: remove in webpack 3
48-
compare(a, b) {
49-
return compareLocations(a.loc, b.loc);
50-
}
5146
}
5247
Dependency.compare = (a, b) => compareLocations(a.loc, b.loc);
5348

0 commit comments

Comments
 (0)