| Index: runtime/bin/eventhandler_macos.h
|
| diff --git a/runtime/bin/eventhandler_macos.h b/runtime/bin/eventhandler_macos.h
|
| index 0a17ed6732ba416efa15d4b9cf8943bb4cca855e..cb765c64c8bf8c92aed931a91af9e50971e4b42d 100644
|
| --- a/runtime/bin/eventhandler_macos.h
|
| +++ b/runtime/bin/eventhandler_macos.h
|
| @@ -116,7 +116,6 @@ class EventHandlerImplementation {
|
|
|
| private:
|
| int64_t GetTimeout();
|
| - bool GetInterruptMessage(InterruptMessage* msg);
|
| void HandleEvents(struct kevent* events, int size);
|
| void HandleTimeout();
|
| static void EventHandlerEntry(uword args);
|
|
|