Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
Summary: Removes `BundleDownloader#cancelDownloadBundleFromURL`

Reviewed By: pakoito

Differential Revision: D6900903

fbshipit-source-id: d9297344d6296d79a984aeecb3e014c9ed23a165
  • Loading branch information
davidaurelio authored and facebook-github-bot committed Feb 6, 2018
1 parent 1019bda commit f88c9d6
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,13 +198,6 @@ public void execute(Map<String, String> headers, Buffer body, boolean finished)
});
}

public void cancelDownloadBundleFromURL() {
if (mDownloadBundleFromURLCall != null) {
mDownloadBundleFromURLCall.cancel();
mDownloadBundleFromURLCall = null;
}
}

private void processBundleResult(
String url,
int statusCode,
Expand Down

0 comments on commit f88c9d6

Please sign in to comment.