Skip to content

Commit

Permalink
remove add function - not applicable here
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjono committed Sep 14, 2016
1 parent 90d2599 commit da2e1f4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Sources/jsonConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,4 @@ public struct JSONConfig {
return .none
}
}
// TODO
// public func addValues(dictionary:NSDictionary) throws {
// let thisFile = File(name)
//
// if thisFile.exists {
// if !dictionary.write(toFile: thisFile.realPath, atomically: false) {
// print("File not written successfully")
// throw ConfigError.FileNotWritten
// }
// } else {
// throw ConfigError.FileDoesNotExist
// }
// }
}

0 comments on commit da2e1f4

Please sign in to comment.