Remove unused function

This commit is contained in:
lochbrunner 2017-07-15 13:33:55 +02:00
parent 3664cc36ab
commit 2be18aea82

View File

@ -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)) {