Remove unused method

Summary: Removes `BundleDownloader#cancelDownloadBundleFromURL`

Reviewed By: pakoito

Differential Revision: D6900903

fbshipit-source-id: d9297344d6296d79a984aeecb3e014c9ed23a165
This commit is contained in:
David Aurelio
2018-02-06 15:03:13 -08:00
committed by Facebook Github Bot
parent 1019bda930
commit f88c9d6382

View File

@@ -198,13 +198,6 @@ public class BundleDownloader {
});
}
public void cancelDownloadBundleFromURL() {
if (mDownloadBundleFromURLCall != null) {
mDownloadBundleFromURLCall.cancel();
mDownloadBundleFromURLCall = null;
}
}
private void processBundleResult(
String url,
int statusCode,