aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-10-10 22:39:11 +0200
committerMax Kellermann <max@duempel.org>2014-10-10 22:39:11 +0200
commita9c3ca86065a5db6a9aeed32a25250cb785702a1 (patch)
tree59d5a1942e5201b3f80d60661efac7996adc181f /src
parent86dd677e0cac8278ae03b82399a594b1d02484a4 (diff)
downloadmpd-a9c3ca86065a5db6a9aeed32a25250cb785702a1.tar.gz
mpd-a9c3ca86065a5db6a9aeed32a25250cb785702a1.tar.xz
mpd-a9c3ca86065a5db6a9aeed32a25250cb785702a1.zip
event/IdleMonitor: remove redundant comment
Diffstat (limited to 'src')
-rw-r--r--src/event/IdleMonitor.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/event/IdleMonitor.hxx b/src/event/IdleMonitor.hxx
index 65aaa38cf..8d4d2681a 100644
--- a/src/event/IdleMonitor.hxx
+++ b/src/event/IdleMonitor.hxx
@@ -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