From 08bd78e4986f20b06a8d054969fc8ec302423d70 Mon Sep 17 00:00:00 2001 From: Ron Buckton Date: Fri, 27 May 2016 16:52:44 -0700 Subject: [PATCH] Remove unused types. --- src/compiler/tsc.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/compiler/tsc.ts b/src/compiler/tsc.ts index 5a1bd894551..e2b6a77457d 100644 --- a/src/compiler/tsc.ts +++ b/src/compiler/tsc.ts @@ -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 {