mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Removed unused function
This commit is contained in:
parent
60146b3d7d
commit
4b59dbae24
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user