Skip to content

Commit c02e555

Browse files
committed
Review #239 - Remove @synthesize where it's not required
1 parent 2670f38 commit c02e555

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Classes/git/PBGitStash.m

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313

1414
@implementation PBGitStash
1515

16-
@synthesize index = _index;
17-
@synthesize commit = _commit;
18-
@synthesize message = _message;
19-
@synthesize indexCommit = _indexCommit;
20-
@synthesize ancesterCommit = _ancesterCommit;
21-
2216
-(id)initWithRepository:(PBGitRepository *)repo stashOID:(git_oid)stash_id index:(size_t)index message:(NSString *)message
2317
{
2418
self = [super init];

0 commit comments

Comments
 (0)