From a1412f5668a4d31c0b416792b302f0059360dc34 Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Fri, 20 Sep 2019 10:28:13 -0400 Subject: [PATCH] Remove unnused StringExtensions.cs from a couple projects (dotnet/corefx#41211) Commit migrated from https://github.com/dotnet/corefx/commit/0286bce5fd360207ca707fe7024248be428cf0e9 --- .../System.Diagnostics.Process/src/System.Diagnostics.Process.csproj | 3 --- .../src/System.Net.WebSockets.Client.csproj | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj b/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj index 52ff79d..128b37f 100644 --- a/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj +++ b/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj @@ -405,9 +405,6 @@ Common\Interop\OSX\Interop.Libraries.cs - - Common\System\StringExtensions.cs - diff --git a/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj b/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj index e2be2b2..82be680 100644 --- a/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj +++ b/src/libraries/System.Net.WebSockets.Client/src/System.Net.WebSockets.Client.csproj @@ -32,9 +32,6 @@ - - Common\System\StringExtensions.cs - Common\System\Net\HttpKnownHeaderNames.cs -- 2.7.4