Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Ben Copsey
2008-12-20 12:11:21 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
be6557aa7b29c3e7de3d24ab02a323e9f6cbd297
be6557aa
1 parent
8091283d
Remove unnecessary call to CFRunLoopAddCommonMode()
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
ASIHTTPRequest.m
ASIHTTPRequest.m
View file @
be6557a
...
...
@@ -270,8 +270,6 @@ static NSError *ASIUnableToCreateRequestError;
return
;
}
CFRunLoopAddCommonMode
(
CFRunLoopGetCurrent
(),
ASIHTTPRequestRunMode
);
[
authenticationLock
release
];
authenticationLock
=
[[
NSConditionLock
alloc
]
initWithCondition
:
1
];
...
...
Please
register
or
login
to post a comment