Skip to content

Commit 02a2c13

Browse files
committed
Remove unused constant
1 parent 3344755 commit 02a2c13

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/download/src/lib.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ pub enum Event<'a> {
2828
DownloadDataReceived(&'a [u8]),
2929
}
3030

31-
const BACKENDS: &'static [Backend] = &[
32-
Backend::Curl,
33-
Backend::Hyper,
34-
Backend::Rustls
35-
];
36-
37-
3831
fn download_with_backend(backend: Backend,
3932
url: &Url,
4033
resume_from: u64,

0 commit comments

Comments
 (0)