From 4da96e1ace7379560489556f636f79c57d353dee Mon Sep 17 00:00:00 2001 From: Zlatko Knezevic Date: Sun, 5 Mar 2017 21:06:43 -0800 Subject: [PATCH] Responding to PR feedback --- src/dotnet/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dotnet/Program.cs b/src/dotnet/Program.cs index 17ebe91ae..0840049d8 100644 --- a/src/dotnet/Program.cs +++ b/src/dotnet/Program.cs @@ -127,8 +127,6 @@ namespace Microsoft.DotNet.Cli telemetryClient.TrackEvent(command, null, null); int exitCode; - // Func builtIn; - // if (s_builtIns.TryGetValue(command, out builtIn)) BuiltInCommandMetadata builtIn; if (BuiltInCommandsCatalog.Commands.TryGetValue(command, out builtIn)) {