Skip to content

Commit fc7163b

Browse files
committed
refactor: 미사용 메서드 제거
1 parent 04de7ec commit fc7163b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

DevLog/Storage/Persistence/WebPageImageStore.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ final class WebPageImageStore {
6161
}
6262
}
6363

64-
func observeDirSize() -> AnyPublisher<Int64, Never> {
65-
subject.eraseToAnyPublisher()
66-
}
67-
6864
func clearDirectory() throws {
6965
let imageDirectoryURL = try self.imageDirectoryURL(create: false)
7066
guard fileManager.fileExists(atPath: imageDirectoryURL.path) else { return }

0 commit comments

Comments
 (0)