DataCompiler // Remove a useless function.

This commit is contained in:
ShikiSuen 2022-04-12 00:01:23 +08:00
parent f2219687d5
commit d13bd50b47
1 changed files with 0 additions and 5 deletions

View File

@ -40,11 +40,6 @@ extension String {
} }
} }
private func getDocumentsDirectory() -> URL {
let paths = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask)
return paths[0]
}
// MARK: - // MARK: -
// Ref: https://stackoverflow.com/a/32581409/4162914 // Ref: https://stackoverflow.com/a/32581409/4162914
extension Float { extension Float {