From f200636ef0ca620c5b377739f953e0c2914e0fac Mon Sep 17 00:00:00 2001 From: Tony Li Date: Fri, 19 Jan 2024 08:32:35 +1300 Subject: [PATCH] Remove an unused error --- WordPressKit/IPLocationRemote.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/WordPressKit/IPLocationRemote.swift b/WordPressKit/IPLocationRemote.swift index e68c429b..ad65ee6e 100644 --- a/WordPressKit/IPLocationRemote.swift +++ b/WordPressKit/IPLocationRemote.swift @@ -38,7 +38,6 @@ public final class IPLocationRemote { public extension IPLocationRemote { enum IPLocationError: Error { - case malformedURL case requestFailure(Error?) } }