Index: ipc/ipc_channel_win.cc |
diff --git a/ipc/ipc_channel_win.cc b/ipc/ipc_channel_win.cc |
index 0e603195f3e23bf32765614c3b3595ee30f486f4..93972506c472cea3bf7417116c161fb6578aa1e0 100644 |
--- a/ipc/ipc_channel_win.cc |
+++ b/ipc/ipc_channel_win.cc |
@@ -68,7 +68,6 @@ void ChannelWin::Close() { |
pipe_.Close(); |
// Make sure all IO has completed. |
- base::Time start = base::Time::Now(); |
while (input_state_.is_pending || output_state_.is_pending) { |
base::MessageLoopForIO::current()->WaitForIOCompletion(INFINITE, this); |
} |