Skip to content
Prev Previous commit
Next Next commit
Fix linting error
  • Loading branch information
Kanchalai Tanglertsampan committed Jul 25, 2016
commit 502b03614525646330cf367277fd747e5ce883c6
4 changes: 0 additions & 4 deletions src/compiler/program.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1055,10 +1055,6 @@ namespace ts {
return resolutions;
}

function getInferredTypesRoot(options: CompilerOptions, rootFiles: string[], host: CompilerHost): string {
return computeCommonSourceDirectoryOfFilenames(rootFiles, host.getCurrentDirectory(), f => host.getCanonicalFileName(f));
}

/**
* Given a set of options, returns the set of type directive names
* that should be included for this program automatically.
Expand Down