removed dead code
This commit is contained in:
parent
2388cca5ac
commit
95aadb3f4f
|
|
@ -1727,10 +1727,5 @@ namespace Microsoft.AspNetCore.Routing
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private class TestRouteOptions : IOptions<RouteOptions>
|
|
||||||
{
|
|
||||||
public RouteOptions Value => new RouteOptions();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue