Skip to content

Commit

Permalink
Review #239 - Remove @synthesize where it's not required
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanj committed Sep 20, 2013
1 parent 2670f38 commit c02e555
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Classes/git/PBGitStash.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@

@implementation PBGitStash

@synthesize index = _index;
@synthesize commit = _commit;
@synthesize message = _message;
@synthesize indexCommit = _indexCommit;
@synthesize ancesterCommit = _ancesterCommit;

-(id)initWithRepository:(PBGitRepository *)repo stashOID:(git_oid)stash_id index:(size_t)index message:(NSString *)message
{
self = [super init];
Expand Down

0 comments on commit c02e555

Please sign in to comment.