Skip to content

Commit f88c9d6

Browse files
davidaureliofacebook-github-bot
authored andcommitted
Remove unused method
Summary: Removes `BundleDownloader#cancelDownloadBundleFromURL` Reviewed By: pakoito Differential Revision: D6900903 fbshipit-source-id: d9297344d6296d79a984aeecb3e014c9ed23a165
1 parent 1019bda commit f88c9d6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ReactAndroid/src/main/java/com/facebook/react/devsupport/BundleDownloader.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,6 @@ public void execute(Map<String, String> headers, Buffer body, boolean finished)
198198
});
199199
}
200200

201-
public void cancelDownloadBundleFromURL() {
202-
if (mDownloadBundleFromURLCall != null) {
203-
mDownloadBundleFromURLCall.cancel();
204-
mDownloadBundleFromURLCall = null;
205-
}
206-
}
207-
208201
private void processBundleResult(
209202
String url,
210203
int statusCode,

0 commit comments

Comments
 (0)