Remove unused types.

This commit is contained in:
Ron Buckton
2016-05-27 16:52:44 -07:00
parent 364a485b2b
commit 08bd78e498

View File

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