We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60146b3 commit 4b59dbaCopy full SHA for 4b59dba
arduino-core/src/cc/arduino/utils/network/FileDownloader.java
@@ -143,10 +143,6 @@ private void saveLocalFile() {
143
}
144
145
146
- private void downloadFile() throws InterruptedException {
147
- downloadFile(false);
148
- }
149
-
150
private void downloadFile(boolean noResume) throws InterruptedException {
151
RandomAccessFile file = null;
152
0 commit comments