| Index: runtime/bin/eventhandler_android.h
|
| diff --git a/runtime/bin/eventhandler_android.h b/runtime/bin/eventhandler_android.h
|
| index 212193a336086bd6b5c1827607780ea694f117a0..2056b27e8e957026a000b88490ac1a60cfa3ee02 100644
|
| --- a/runtime/bin/eventhandler_android.h
|
| +++ b/runtime/bin/eventhandler_android.h
|
| @@ -104,7 +104,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);
|
|
|