1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00

Removed unused function

This commit is contained in:
Cristian Maglie 2018-08-14 22:00:06 +02:00
parent 60146b3d7d
commit 4b59dbae24

View File

@ -143,10 +143,6 @@ public class FileDownloader extends Observable {
}
}
private void downloadFile() throws InterruptedException {
downloadFile(false);
}
private void downloadFile(boolean noResume) throws InterruptedException {
RandomAccessFile file = null;