Skip to content
Snippets Groups Projects
Commit 189e576c authored by cramakri's avatar cramakri
Browse files

Remove superfluous brackets.

SVN: 27445
parent df1c14ea
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,6 @@ static NSManagedObjectContext* GetDatabaseManagedObjectContext(NSURL* storeUrl,
}
- (BOOL)synchEntity:(CISDOBIpadRawEntity *)rawEntity lastUpdateDate:(NSDate *)date error:(NSError **)error
{
{
// Create new entities in the moc, and store them.
CISDOBIpadEntity *entity;
......@@ -101,7 +100,6 @@ static NSManagedObjectContext* GetDatabaseManagedObjectContext(NSURL* storeUrl,
return YES;
}
}
- (BOOL)syncEntities:(NSArray *)rawEntities pruning:(BOOL)prune error:(NSError **)error
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment