Remove unused baseURL properties

This commit is contained in:
Sami Samhuri 2019-12-10 22:31:59 -08:00
parent dd96d95fc4
commit f9055f82c2
2 changed files with 0 additions and 4 deletions

View file

@ -40,8 +40,6 @@ final class JSONFeedWriter {
let feedPath: String
let postsPath: String
var baseURL: URL!
init(fileManager: FileManager = .default, feedPath: String = "feed.json", postsPath: String = "posts") {
self.fileManager = fileManager
self.feedPath = feedPath

View file

@ -41,8 +41,6 @@ final class RSSFeedWriter {
let feedPath: String
let postsPath: String
var baseURL: URL!
init(fileManager: FileManager = .default, feedPath: String = "feed.xml", postsPath: String = "posts") {
self.fileManager = fileManager
self.feedPath = feedPath