Skip to content

Commit

Permalink
Remove duplicated method
Browse files Browse the repository at this point in the history
  • Loading branch information
rubennorte committed Sep 24, 2018
1 parent a10745b commit 2536b04
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/jest-haste-map/src/haste_fs.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ export default class HasteFS {
}
}

getFileIterator(): Iterator<string> {
return this._files.keys();
}

matchFiles(pattern: RegExp | string): Array<Path> {
if (!(pattern instanceof RegExp)) {
pattern = new RegExp(pattern);
Expand Down

0 comments on commit 2536b04

Please sign in to comment.