Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouv committed Oct 5, 2022
1 parent 34ac0ac commit ab4209b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Compilers/CSharp/Test/Semantic/Semantics/RefFieldTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ private static bool IsNet70OrGreater()

private static string IncludeExpectedOutput(string expectedOutput) => IsNet70OrGreater() ? expectedOutput : null;

private static IEnumerable<MetadataReference> CopyWithoutSharingCachedSymbols(IEnumerable<MetadataReference> references)
{
foreach (var reference in references)
{
yield return ((AssemblyMetadata)((MetadataImageReference)reference).GetMetadata()).CopyWithoutSharingCachedSymbols().GetReference();
}
}

[CombinatorialData]
[Theory]
public void LanguageVersionDiagnostics(bool useCompilationReference)
Expand Down

0 comments on commit ab4209b

Please sign in to comment.