diff options
| -rw-r--r-- | talpid-windows/src/io.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/talpid-windows/src/io.rs b/talpid-windows/src/io.rs index cd7b0ae98a..8a8966f620 100644 --- a/talpid-windows/src/io.rs +++ b/talpid-windows/src/io.rs @@ -14,8 +14,6 @@ pub struct Overlapped { // SAFETY: Both OVERLAPPED and Event is used for async I/O, so this *should* be safe. unsafe impl Send for Overlapped {} -// SAFETY: See above. -unsafe impl Sync for Overlapped {} impl Overlapped { /// Creates an `OVERLAPPED` object with `hEvent` set. |
