Fix lint errors and delete dead code

This commit is contained in:
Antonio Scandurra
2017-04-12 10:35:42 +02:00
parent 6742025a02
commit a99237b33b
6 changed files with 67 additions and 89 deletions

View File

@@ -176,7 +176,6 @@ module.exports = class TokenizedBufferIterator {
prefixedScopes.set(scope, prefixedScope)
return prefixedScope
}
return
} else {
return null
}