Skip to content

Commit cbf4c20

Browse files
committed
Removed redundant attribute
1 parent 577c3dd commit cbf4c20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/DotNext.Threading/Runtime/Caching/RandomAccessCache.Dictionary.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ internal void Invalidate(Action<KeyValuePair> cleanup)
392392
}
393393
}
394394

395-
[MethodImpl(MethodImplOptions.AggressiveInlining)]
396395
public readonly Enumerator GetEnumerator() => new(first);
397396

398397
[StructLayout(LayoutKind.Auto)]

0 commit comments

Comments
 (0)