event/IdleMonitor: remove redundant comment

This commit is contained in:
Max Kellermann 2014-10-10 22:39:11 +02:00
parent 86dd677e0c
commit a9c3ca8606

View File

@ -26,8 +26,7 @@ class EventLoop;
/**
* An event that runs when the EventLoop has become idle, before
* waiting for more events. This class is not thread-safe; all
* methods must be run from EventLoop's thread.
* waiting for more events.
*
* This class is not thread-safe, all methods must be called from the
* thread that runs the #EventLoop, except where explicitly documented