Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit c4f5fda

Browse files
committed
Remove unused private constant in System.Composition.AttributedModel
1 parent e932182 commit c4f5fda

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ public sealed class SharingBoundaryAttribute : Attribute
2424
{
2525
private readonly string[] _sharingBoundaryNames;
2626

27-
private const string SharingBoundaryImportMetadataConstraintName = "SharingBoundaryNames";
28-
2927
/// <summary>
3028
/// Construct a <see cref="SharingBoundaryAttribute"/> for the specified boundary names.
3129
/// </summary>

0 commit comments

Comments
 (0)