removes the ConfigureDelegate delegate

This commit is contained in:
Christian Weiss 2016-03-22 23:15:35 +01:00 committed by John Luo
parent 312192b447
commit bfcaa00e1b
1 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,6 @@ using Microsoft.Extensions.DependencyInjection;
namespace Microsoft.AspNetCore.Hosting.Startup
{
// TODO: replace all Action<IApplicationBuilder> eventually with this
public delegate void ConfigureDelegate(IApplicationBuilder builder);
public class ConfigureBuilder
{
public ConfigureBuilder(MethodInfo configure)