Skip to content

Commit 1db8406

Browse files
committed
Removed reference to the task source
1 parent 3a0f123 commit 1db8406

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
@@ -82,7 +82,6 @@ internal abstract partial class KeyValuePair(TKey key, int hashCode)
8282
internal void Import(KeyValuePair other)
8383
{
8484
cacheState = other.cacheState;
85-
notification = other.notification;
8685
addedEvent = other.addedEvent;
8786
}
8887

0 commit comments

Comments
 (0)