Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySkinner committed Dec 21, 2023
1 parent f2f2b0d commit a796e46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FluentValidation/Internal/AccessorCache.cs
Expand Up @@ -11,7 +11,6 @@ namespace FluentValidation.Internal;
/// <typeparam name="T"></typeparam>
public static class AccessorCache<T> {
private static readonly ConcurrentDictionary<Key, Delegate> _cache = new();
private static readonly ConcurrentDictionary<Type, Delegate> _parameterAccessorCache = new();

/// <summary>
/// Gets an accessor func based on an expression
Expand Down

0 comments on commit a796e46

Please sign in to comment.