Remove unused method
Summary: Removes `BundleDownloader#cancelDownloadBundleFromURL` Reviewed By: pakoito Differential Revision: D6900903 fbshipit-source-id: d9297344d6296d79a984aeecb3e014c9ed23a165
This commit is contained in:
parent
1019bda930
commit
f88c9d6382
|
@ -198,13 +198,6 @@ public class BundleDownloader {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public void cancelDownloadBundleFromURL() {
|
|
||||||
if (mDownloadBundleFromURLCall != null) {
|
|
||||||
mDownloadBundleFromURLCall.cancel();
|
|
||||||
mDownloadBundleFromURLCall = null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void processBundleResult(
|
private void processBundleResult(
|
||||||
String url,
|
String url,
|
||||||
int statusCode,
|
int statusCode,
|
||||||
|
|
Loading…
Reference in New Issue