| Index: runtime/bin/eventhandler_win.cc
|
| diff --git a/runtime/bin/eventhandler_win.cc b/runtime/bin/eventhandler_win.cc
|
| index 803da35598c1def312ad284e00e9a4354533b1a9..fff9d87d9ae8f1db639c3eb777639452c42517e0 100644
|
| --- a/runtime/bin/eventhandler_win.cc
|
| +++ b/runtime/bin/eventhandler_win.cc
|
| @@ -964,7 +964,6 @@ bool DatagramSocket::IssueRecvFrom() {
|
|
|
| DWORD flags;
|
| flags = 0;
|
| - int len;
|
| int rc = WSARecvFrom(socket(),
|
| buffer->GetWASBUF(),
|
| 1,
|
| @@ -1253,7 +1252,6 @@ void EventHandlerImplementation::HandleIOCompletion(DWORD bytes,
|
|
|
|
|
| EventHandlerImplementation::EventHandlerImplementation() {
|
| - intptr_t result;
|
| completion_port_ =
|
| CreateIoCompletionPort(INVALID_HANDLE_VALUE, NULL, NULL, 1);
|
| if (completion_port_ == NULL) {
|
|
|