Commit 03a2485
committed
Remove deprecated targetCommitAndReturnError
Conflicts with the non-deprecated method in Swift 2 (Xcode 7b6)
error: ambiguous use of 'targetCommit()'
let gt_commit = try! gt_branch.targetCommit()
^
ObjectiveGit.GTBranch:38:14: note: found this candidate
@objc func targetCommit() throws -> GTCommit
^
ObjectiveGit.GTBranch:86:14: note: found this candidate
@objc func targetCommit() throws -> GTCommit1 parent f86fc7e commit 03a2485
2 files changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | 135 | | |
139 | 136 | | |
140 | 137 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | 226 | | |
0 commit comments