Skip to content

Commit ae32370

Browse files
committed
Remove doc for removed parameters
1 parent db23293 commit ae32370

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ObjectiveGit/GTBranch.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,13 @@ NS_ASSUME_NONNULL_BEGIN
6161
/// Designated initializer.
6262
///
6363
/// ref - The branch reference to wrap. Must not be nil.
64-
/// repo - The repository containing the branch. Must not be nil.
6564
///
6665
/// Returns the initialized receiver.
6766
- (nullable instancetype)initWithReference:(GTReference *)ref NS_DESIGNATED_INITIALIZER;
6867

6968
/// Convenience class initializer.
7069
///
7170
/// ref - The branch reference to wrap. Must not be nil.
72-
/// repo - The repository containing the branch. Must not be nil.
7371
///
7472
/// Returns an initialized instance.
7573
+ (nullable instancetype)branchWithReference:(GTReference *)ref;

0 commit comments

Comments
 (0)