Skip to content

Commit

Permalink
Remove old interning code
Browse files Browse the repository at this point in the history
  • Loading branch information
ladipro committed Jan 20, 2021
1 parent aad3acf commit a58570c
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 1,899 deletions.
4 changes: 0 additions & 4 deletions src/Build/Microsoft.Build.csproj
Expand Up @@ -357,10 +357,6 @@
<Compile Include="..\Shared\CollectionHelpers.cs" />
<Compile Include="Collections\ConvertingEnumerable.cs" />
<Compile Include="Collections\CopyOnReadEnumerable.cs" />
<Compile Include="..\Shared\IInternable.cs" />
<Compile Include="..\Shared\WeakStringCache.cs" />
<Compile Include="..\Shared\WeakStringCache.Concurrent.cs" />
<Compile Include="..\Shared\OpportunisticIntern.cs" />
<Compile Include="..\Shared\CopyOnWriteDictionary.cs">
<Link>Collections\CopyOnWriteDictionary.cs</Link>
</Compile>
Expand Down
4 changes: 0 additions & 4 deletions src/MSBuild/MSBuild.csproj
Expand Up @@ -133,10 +133,6 @@
<Compile Include="..\Shared\BinaryTranslator.cs" />
<Compile Include="..\Shared\CommunicationsUtilities.cs" />
<Compile Include="..\Shared\InterningBinaryReader.cs" />
<Compile Include="..\Shared\IInternable.cs" />
<Compile Include="..\Shared\WeakStringCache.cs" />
<Compile Include="..\Shared\WeakStringCache.Concurrent.cs" />
<Compile Include="..\Shared\OpportunisticIntern.cs" />
<Compile Include="..\Shared\TaskHostConfiguration.cs" />
<Compile Include="..\Shared\TaskHostTaskComplete.cs" />
<Compile Include="..\Shared\OutOfProcTaskHostTaskResult.cs" />
Expand Down
10 changes: 0 additions & 10 deletions src/MSBuildTaskHost/MSBuildTaskHost.csproj
Expand Up @@ -129,15 +129,6 @@
<Compile Include="..\Shared\NodeShutdown.cs">
<Link>NodeShutdown.cs</Link>
</Compile>
<Compile Include="..\Shared\IInternable.cs">
<Link>IInternable.cs</Link>
</Compile>
<Compile Include="..\Shared\WeakStringCache.cs">
<Link>WeakStringCache.cs</Link>
</Compile>
<Compile Include="..\Shared\OpportunisticIntern.cs">
<Link>OpportunisticIntern.cs</Link>
</Compile>
<Compile Include="..\Shared\ReadOnlyEmptyCollection.cs">
<Link>ReadOnlyEmptyCollection.cs</Link>
</Compile>
Expand Down Expand Up @@ -169,7 +160,6 @@
<Compile Include="Immutable\ImmutableDictionary.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TypeLoader.cs" />
<Compile Include="WeakStringCache.Locking.cs" />
<Compile Include="..\MSBuild\LogMessagePacket.cs">
<Link>LogMessagePacket.cs</Link>
</Compile>
Expand Down
125 changes: 0 additions & 125 deletions src/MSBuildTaskHost/WeakStringCache.Locking.cs

This file was deleted.

2 changes: 0 additions & 2 deletions src/Shared/Constants.cs
Expand Up @@ -60,8 +60,6 @@ internal static class MSBuildConstants
/// </summary>
internal const string CurrentToolsVersion = "Current";

// if you change the key also change the following clones
// Microsoft.Build.OpportunisticIntern.BucketedPrioritizedStringList.TryIntern
internal const string MSBuildDummyGlobalPropertyHeader = "MSBuildProjectInstance";

/// <summary>
Expand Down

0 comments on commit a58570c

Please sign in to comment.