removed dead code

This commit is contained in:
Kiran Challa 2017-04-20 14:42:44 -07:00 committed by Kiran Challa
parent 2388cca5ac
commit 95aadb3f4f
1 changed files with 0 additions and 5 deletions

View File

@ -1727,10 +1727,5 @@ namespace Microsoft.AspNetCore.Routing
return true;
}
}
private class TestRouteOptions : IOptions<RouteOptions>
{
public RouteOptions Value => new RouteOptions();
}
}
}