Skip to content

Commit 2acc73d

Browse files
committed
Remove leftover unused stack variable
1 parent b598ba3 commit 2acc73d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/Nest/CommonAbstractions/Infer/Field/FieldResolver.cs

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ public class FieldResolver
1919
private readonly ConcurrentDictionary<Field, string> Fields = new ConcurrentDictionary<Field, string>();
2020
private readonly ConcurrentDictionary<PropertyName, string> Properties = new ConcurrentDictionary<PropertyName, string>();
2121

22-
protected Stack<string> Stack { get; set;}
23-
2422
public FieldResolver(IConnectionSettingsValues settings)
2523
{
2624
settings.ThrowIfNull(nameof(settings));

0 commit comments

Comments
 (0)