From 9263ffcb79fc12f0c548ed88fddfbd89ac1eae78 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 25 Aug 2018 17:07:55 -0700 Subject: [PATCH] Use synthesized init. --- .../Account/Feedbin/FeedbinGetSubscriptionsDelegate.swift | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Frameworks/Account/Feedbin/FeedbinGetSubscriptionsDelegate.swift b/Frameworks/Account/Feedbin/FeedbinGetSubscriptionsDelegate.swift index 12f43b2f4..7acb7ee00 100644 --- a/Frameworks/Account/Feedbin/FeedbinGetSubscriptionsDelegate.swift +++ b/Frameworks/Account/Feedbin/FeedbinGetSubscriptionsDelegate.swift @@ -12,12 +12,7 @@ import RSParser struct FeedbinGetSubscriptionsDelegate: APICallDelegate { - private let provider: Feedbin - - init(provider: Feedbin) { - - self.provider = provider - } + let provider: Feedbin func apiCallURLRequest(_ call: APICall) -> URLRequest? {