Skip to content

Commit 582b79f

Browse files
Remove obsolete code
1 parent e6bc771 commit 582b79f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/AspNetCore/WebApi/src/Asp.Versioning.Http/ApiExplorer/EndpointApiVersionMetadataCollationProvider.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ public sealed class EndpointApiVersionMetadataCollationProvider : IApiVersionMet
1515
private readonly IEndpointInspector endpointInspector;
1616
private int version;
1717

18-
/// <summary>
19-
/// Initializes a new instance of the <see cref="EndpointApiVersionMetadataCollationProvider"/> class.
20-
/// </summary>
21-
/// <param name="endpointDataSource">The underlying <see cref="endpointDataSource">endpoint data source</see>.</param>
22-
[Obsolete( "Use the constructor that accepts IEndpointInspector. This constructor will be removed in a future version." )]
23-
public EndpointApiVersionMetadataCollationProvider( EndpointDataSource endpointDataSource )
24-
: this( endpointDataSource, new DefaultEndpointInspector() ) { }
25-
2618
/// <summary>
2719
/// Initializes a new instance of the <see cref="EndpointApiVersionMetadataCollationProvider"/> class.
2820
/// </summary>

0 commit comments

Comments
 (0)