Skip to content

Commit 526162e

Browse files
committed
Remove unused variable
1 parent d4451e9 commit 526162e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Microsoft.OpenApi/Services/OpenApiFilterService.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ public static Func<OpenApiOperation, bool> CreatePredicate(string operationIds =
4848
{
4949
predicate = (o) => o.Tags.Any(t => tagsArray.Contains(t.Name));
5050
}
51-
52-
predicateSource = $"tags: {tags}";
5351
}
5452

5553
else

0 commit comments

Comments
 (0)