From bbcf00c0406d8a3e1527078609f3d988a97533ee Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Thu, 12 Apr 2018 12:35:56 -0700 Subject: [PATCH] Remove ref comments from processDiagnosticMessages --- scripts/processDiagnosticMessages.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/processDiagnosticMessages.ts b/scripts/processDiagnosticMessages.ts index 5b45fdeaae8..41b39c6268b 100644 --- a/scripts/processDiagnosticMessages.ts +++ b/scripts/processDiagnosticMessages.ts @@ -1,6 +1,3 @@ -/// -/// - interface DiagnosticDetails { category: string; code: number;