Responding to PR feedback
This commit is contained in:
parent
4aacb22993
commit
4da96e1ace
1 changed files with 0 additions and 2 deletions
|
@ -127,8 +127,6 @@ namespace Microsoft.DotNet.Cli
|
|||
telemetryClient.TrackEvent(command, null, null);
|
||||
|
||||
int exitCode;
|
||||
// Func<string[], int> builtIn;
|
||||
// if (s_builtIns.TryGetValue(command, out builtIn))
|
||||
BuiltInCommandMetadata builtIn;
|
||||
if (BuiltInCommandsCatalog.Commands.TryGetValue(command, out builtIn))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue