Get rid of async prefix
All operations are async anyway. FossilOrigin-Name: d18fbd29fb7caa8dc87cc31caee4f2b6e94b498032bae3bbce2b7c2510bc3575
This commit is contained in:
parent
c4a1bd7932
commit
1985cb9b46
5 changed files with 15 additions and 15 deletions
|
@ -87,7 +87,7 @@
|
|||
.objectByParsingJSON;
|
||||
}
|
||||
|
||||
- (void)asyncPerformWithBlock: (mtx_request_block_t)block
|
||||
- (void)performWithBlock: (mtx_request_block_t)block
|
||||
{
|
||||
void *pool = objc_autoreleasePoolPush();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue