Skip to content

Commit ddce7b9

Browse files
author
Ken Carroll
committed
Delete commented line of code.
1 parent e2a8f2f commit ddce7b9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Source/Shared/Storage/DiskStorage.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ final public class DiskStorage<Key: Hashable, Value> {
4444
FileAttributeKey.protectionKey: protectionType
4545
])
4646
}
47-
48-
// defaultFileAttributes = fileAttributes
49-
5047
}
5148

5249
public required init(config: DiskConfig, fileManager: FileManager = FileManager.default, path: String, transformer: Transformer<Value>) {

0 commit comments

Comments
 (0)