Commit 02d76dc2 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook GitHub Bot

cut an unused write in Subprocess::communicate

Differential Revision: D34225715

fbshipit-source-id: 9d85c8e6448295d796b9b7b6d705ff2c9e218401
parent 56079b9c
......@@ -1041,7 +1041,6 @@ void Subprocess::communicate(
if ((events & (POLLHUP | POLLERR)) && !closed) {
toClose.push_back(i);
closed = true;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment