| Index: runtime/bin/eventhandler_linux.h
|
| diff --git a/runtime/bin/eventhandler_linux.h b/runtime/bin/eventhandler_linux.h
|
| index 3a2fe83598a24d47d1eefdcf42e162eb570efab1..6a96aa23603c40f2e747ddfcb241b2af3f9efc39 100644
|
| --- a/runtime/bin/eventhandler_linux.h
|
| +++ b/runtime/bin/eventhandler_linux.h
|
| @@ -103,7 +103,6 @@ class EventHandlerImplementation {
|
|
|
| private:
|
| int64_t GetTimeout();
|
| - bool GetInterruptMessage(InterruptMessage* msg);
|
| void HandleEvents(struct epoll_event* events, int size);
|
| void HandleTimeout();
|
| static void Poll(uword args);
|
|
|