From fece8903a78539a598def77437888f2ba0d9d374 Mon Sep 17 00:00:00 2001 From: Alex Peck Date: Mon, 13 Nov 2023 19:15:49 -0800 Subject: [PATCH] cc --- BitFaster.Caching/Atomic/AtomicFactory.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/BitFaster.Caching/Atomic/AtomicFactory.cs b/BitFaster.Caching/Atomic/AtomicFactory.cs index 446358d2..e9f9aae5 100644 --- a/BitFaster.Caching/Atomic/AtomicFactory.cs +++ b/BitFaster.Caching/Atomic/AtomicFactory.cs @@ -174,9 +174,7 @@ public V CreateValue(K key, TFactory valueFactory) where TFactory : st // If a previous thread called the factory and failed, throw the same error instead // of calling the factory again. if (exceptionDispatch != null) - { exceptionDispatch.Throw(); - } try {