diff options
author | Tom Gundersen <teg@jklm.no> | 2015-05-26 17:09:58 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-05-26 17:09:58 -0400 |
commit | fb2906b46794e2fcc7aa23c5c22078195885b16a (patch) | |
tree | 51b9e97c3619ed0be2e55370c7d43256fdd907aa /src/udev | |
parent | c0a12c12bac5d308758758e37662740094251391 (diff) |
udevd: remove stale comment
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/udev')
-rw-r--r-- | src/udev/udevd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c index 702c9c360c..7c919dc1b7 100644 --- a/src/udev/udevd.c +++ b/src/udev/udevd.c @@ -1515,10 +1515,6 @@ int main(int argc, char *argv[]) { * This needs to be after the inotify handling, to make sure, * that the ping is send back after the possibly generated * "change" events by the inotify device node watch. - * - * A single time we may receive a client connection which we need to - * keep open to block the client. It will be closed right before we - * exit. */ if (is_ctrl) handle_ctrl_msg(udev_ctrl); |