From c514b9231d321d258d329082ca085e508cc3d89c Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Thu, 23 Oct 2014 13:43:22 -0700 Subject: [PATCH] Actually removed reference to the diagnostics file. Addresses the original intention of #932. --- src/compiler/sys.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/sys.ts b/src/compiler/sys.ts index 57ad0260cb6..d685a30d959 100644 --- a/src/compiler/sys.ts +++ b/src/compiler/sys.ts @@ -1,4 +1,3 @@ -/// interface System { args: string[];