diff --git a/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ICompositeModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ICompositeModelBinder.cs deleted file mode 100644 index ce6102e9bd..0000000000 --- a/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ICompositeModelBinder.cs +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. - -namespace Microsoft.AspNetCore.Mvc.ModelBinding -{ - /// - /// Represents an aggregate of that delegates to one of the instances for model binding. - /// - public interface ICompositeModelBinder : IModelBinder - { - } -}