File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -132,9 +132,6 @@ NS_ASSUME_NONNULL_BEGIN
132
132
// / Returns whether the calculation was successful.
133
133
- (BOOL )calculateAhead : (size_t *)ahead behind : (size_t *)behind relativeTo : (GTBranch *)branch error : (NSError **)error ;
134
134
135
- #pragma mark Deprecations
136
- - (nullable GTCommit *)targetCommitAndReturnError : (NSError **)error __deprecated_msg(" use targetCommitWithError: instead." );
137
-
138
135
@end
139
136
140
137
NS_ASSUME_NONNULL_END
Original file line number Diff line number Diff line change @@ -223,9 +223,4 @@ - (BOOL)calculateAhead:(size_t *)ahead behind:(size_t *)behind relativeTo:(GTBra
223
223
return [self .repository calculateAhead: ahead behind: behind ofOID: self .OID relativeToOID: branch.OID error: error];
224
224
}
225
225
226
- #pragma mark Deprecations
227
- - (GTCommit *)targetCommitAndReturnError : (NSError **)error {
228
- return [self targetCommitWithError: error];
229
- }
230
-
231
226
@end
You can’t perform that action at this time.
0 commit comments