mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-09 04:30:09 +00:00
Removed unnecessary check in macOS/iOS URL session cancel
This commit is contained in:
parent
3370adae7b
commit
06dde9d927
1 changed files with 0 additions and 3 deletions
|
|
@ -1026,9 +1026,6 @@ public:
|
|||
|
||||
void cancel()
|
||||
{
|
||||
if (finished || isError())
|
||||
return;
|
||||
|
||||
if (connection != nullptr)
|
||||
connection->cancel();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue