Skip to content

Commit 66bfa0d

Browse files
committed
#noequality
1 parent 00abdd6 commit 66bfa0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Classes/GTBranch.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ - (NSString *)description {
3939
- (BOOL)isEqual:(GTBranch *)otherBranch {
4040
if (otherBranch == self) return YES;
4141
if (![otherBranch isKindOfClass:self.class]) return NO;
42-
if (otherBranch.repository != self.repository) return NO;
4342

4443
return [self.name isEqual:otherBranch.name] && [self.SHA isEqual:otherBranch.SHA];
4544
}

0 commit comments

Comments
 (0)