mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 04:43:37 -05:00
Remove unused types.
This commit is contained in:
@@ -11,16 +11,6 @@ namespace ts {
|
||||
value: string;
|
||||
}
|
||||
|
||||
interface Mark {
|
||||
markName: string;
|
||||
count: number;
|
||||
}
|
||||
|
||||
interface Measure {
|
||||
measureName: string;
|
||||
duration: number;
|
||||
}
|
||||
|
||||
let reportDiagnostic = reportDiagnosticSimply;
|
||||
|
||||
function reportDiagnostics(diagnostics: Diagnostic[], host: CompilerHost): void {
|
||||
|
||||
Reference in New Issue
Block a user