diff --git a/FastCache/FastCache.cs b/FastCache/FastCache.cs index 18d5916..f831e42 100644 --- a/FastCache/FastCache.cs +++ b/FastCache/FastCache.cs @@ -284,9 +284,7 @@ private void OnEviction(TKey key) { _itemEvicted(key); } - catch { - var i = 0; - } //to prevent any exceptions from crashing the thread + catch { } //to prevent any exceptions from crashing the thread }); }