Skip to content

Commit 6a31ec8

Browse files
committed
cleanup
1 parent 90da124 commit 6a31ec8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Http/Routing/test/UnitTests/Internal/MapActionExpressionTreeBuilderTest.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ public async Task UsesDefaultValueIfNoMatchingRouteValue()
9292
{
9393
const string unmatchedName = "value";
9494
const int unmatchedRouteParam = 42;
95-
var structToBeZeroed = new BodyStruct
96-
{
97-
Id = 42
98-
};
9995

10096
int? deserializedRouteParam = null;
10197

0 commit comments

Comments
 (0)