Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
lochbrunner committed Jul 15, 2017
1 parent 3664cc3 commit 2be18ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/generate-tsconfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
import * as fs from 'fs';
import * as path from 'path';

function repeat(s: string, count: number) {
return Array(count + 1).join(s);
}

const home = path.join(__dirname, '..');

for (const dirName of fs.readdirSync(home)) {
Expand Down

0 comments on commit 2be18ae

Please sign in to comment.