Skip to content

Commit 4b59dba

Browse files
committed
Removed unused function
1 parent 60146b3 commit 4b59dba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arduino-core/src/cc/arduino/utils/network/FileDownloader.java

-4
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@ private void saveLocalFile() {
143143
}
144144
}
145145

146-
private void downloadFile() throws InterruptedException {
147-
downloadFile(false);
148-
}
149-
150146
private void downloadFile(boolean noResume) throws InterruptedException {
151147
RandomAccessFile file = null;
152148

0 commit comments

Comments
 (0)