From 7a52ab01be4bebd22fd45abe15c4d27f4c40ebd2 Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Fri, 18 Oct 2024 14:54:30 -0700 Subject: [PATCH] Remove unused variable. --- Core/PersistentPixel.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/PersistentPixel.swift b/Core/PersistentPixel.swift index 7b4b5fe1a2..d26dd31cba 100644 --- a/Core/PersistentPixel.swift +++ b/Core/PersistentPixel.swift @@ -189,7 +189,6 @@ public final class PersistentPixel: PersistentPixelFiring { ) dispatchGroup.notify(queue: .global()) { - let errors = [dailyPixelStorageError, countPixelStorageError].compactMap { $0 } completion((dailyPixelStorageError: dailyPixelStorageError, countPixelStorageError: countPixelStorageError)) } }