diff options
| -rw-r--r-- | talpid-core/src/routing/linux.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/talpid-core/src/routing/linux.rs b/talpid-core/src/routing/linux.rs index 025804d3e1..4516f19127 100644 --- a/talpid-core/src/routing/linux.rs +++ b/talpid-core/src/routing/linux.rs @@ -972,12 +972,6 @@ impl RouteManagerImpl { } } -impl Drop for RouteManagerImpl { - fn drop(&mut self) { - futures::executor::block_on(self.destructor()); - } -} - fn ip_to_bytes(addr: IpAddr) -> Vec<u8> { match addr { IpAddr::V4(addr) => addr.octets().to_vec(), |
