Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Jul 4, 2019
1 parent 6e676ca commit 6a7d02f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,3 @@ suite('window namespace tests', () => {
});
});
});

async function timeout(ms = 0): Promise<void> {
return new Promise<void>(resolve => setTimeout(() => resolve(), ms));
}

0 comments on commit 6a7d02f

Please sign in to comment.