From 4b59dbae24bb543dfe3aed8995e42e07e844d283 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Tue, 14 Aug 2018 22:00:06 +0200 Subject: [PATCH] Removed unused function --- arduino-core/src/cc/arduino/utils/network/FileDownloader.java | 4 ---- 1 file changed, 4 deletions(-) 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;