Skip to content

Commit 0b820ab

Browse files
committed
Remove outdated comment
1 parent f53cc3b commit 0b820ab

File tree

1 file changed

+0
-2
lines changed
  • talpid-wireguard/src/ping_monitor

1 file changed

+0
-2
lines changed

talpid-wireguard/src/ping_monitor/icmp.rs

-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ impl Pinger {
7474
sock.bind_device(Some(interface_name.as_bytes()))
7575
.map_err(Error::SocketOp)?;
7676

77-
// nix::sys::socket::setsockopt(fd, opt, val) // TODO: deleteme
78-
7977
#[cfg(target_os = "macos")]
8078
Self::set_device_index(&sock, &interface_name)?;
8179

0 commit comments

Comments
 (0)