chore(firezone-tunnel): Remove unused SIOCGIFMTU in tun_android (#4869)

https://github.com/firezone/firezone/actions/runs/8821060629/job/24216095183?pr=4178#step:9:2150
This commit is contained in:
Jamil
2024-05-01 07:58:47 -07:00
committed by GitHub
parent fc165f9a61
commit dee9883054

View File

@@ -11,8 +11,6 @@ use std::{
};
use tokio::io::unix::AsyncFd;
pub(crate) const SIOCGIFMTU: libc::c_ulong = libc::SIOCGIFMTU;
#[derive(Debug)]
pub(crate) struct Tun {
fd: AsyncFd<RawFd>,