Remove unused EventDispatcher::thread_record.

This commit is contained in:
Jared Boone 2016-04-23 17:26:54 -07:00
parent d5e21ce972
commit 3103e9b80e
2 changed files with 0 additions and 3 deletions

View file

@ -73,8 +73,6 @@ public:
return message_map_;
}
static Thread* thread_record;
private:
static MessageHandlerMap message_map_;
static Thread* thread_event_loop;