diff --git a/src/dotnet/Program.cs b/src/dotnet/Program.cs index 91859d715..1db58de40 100644 --- a/src/dotnet/Program.cs +++ b/src/dotnet/Program.cs @@ -1,17 +1,13 @@ -// Copyright (c) .NET Foundation and contributors. All rights reserved. +// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; -using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.DotNet.Cli.CommandLine; using Microsoft.DotNet.Cli.Utils; using Microsoft.DotNet.Configurer; using Microsoft.DotNet.PlatformAbstractions; -using Microsoft.DotNet.Tools.Add; -using Microsoft.DotNet.Tools.Build; -using Microsoft.DotNet.Tools.Clean; using Microsoft.DotNet.Tools.Help; using Microsoft.DotNet.Tools.List; using Microsoft.DotNet.Tools.Migrate; @@ -34,7 +30,6 @@ namespace Microsoft.DotNet.Cli { public class Program { - private static Dictionary> s_builtIns = new Dictionary> { ["add"] = AddCommand.Run, @@ -59,7 +54,6 @@ namespace Microsoft.DotNet.Cli ["parse"] = ParseCommand.Run }; - public static int Main(string[] args) { DebugHelper.HandleDebugSwitch(ref args);