From 113a71d853b9c59cf2119c49fbc4bfc1421d9ae2 Mon Sep 17 00:00:00 2001 From: Alsey Coleman Miller Date: Wed, 13 Mar 2024 19:46:23 -0400 Subject: [PATCH] Fix `DarwinGATT.Queue.popFirst()` --- Sources/DarwinGATT/Queue.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/DarwinGATT/Queue.swift b/Sources/DarwinGATT/Queue.swift index c8ee2fe..ec612b4 100644 --- a/Sources/DarwinGATT/Queue.swift +++ b/Sources/DarwinGATT/Queue.swift @@ -57,7 +57,6 @@ internal struct Queue { executeCurrent() return } - assertionFailure() } private mutating func executeCurrent() {