Skip to content

Commit 2e9e4ca

Browse files
Remove useless assignment
1 parent 0bd9c2f commit 2e9e4ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Common/src/Common.OData/OData/VersionedODataModelBuilder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ private void BuildModelPerApiVersion(
115115

116116
const int EntityContainerOnly = 1;
117117
var model = builder.GetEdmModel();
118-
var container = model.EntityContainer;
119118
var empty = model.SchemaElements.Count() == EntityContainerOnly;
120119

121120
if ( empty )

0 commit comments

Comments
 (0)