diff --git a/arduino-core/src/cc/arduino/utils/network/FileDownloader.java b/arduino-core/src/cc/arduino/utils/network/FileDownloader.java index edf054d23..8e25cc922 100644 --- a/arduino-core/src/cc/arduino/utils/network/FileDownloader.java +++ b/arduino-core/src/cc/arduino/utils/network/FileDownloader.java @@ -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;