Skip to content

Commit bb51d3b

Browse files
committed
remove irrelevant comment
webpack#6565 (comment)
1 parent 06324a5 commit bb51d3b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/Chunk.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ class Chunk {
164164
const b = otherChunk._modules[Symbol.iterator]();
165165
// eslint-disable-next-line
166166
while (true) {
167-
// eslint-disable-line
168167
const aItem = a.next();
169168
const bItem = b.next();
170169
if (aItem.done) return 0;

0 commit comments

Comments
 (0)