From: Tom Gundersen Date: Tue, 12 May 2015 14:57:01 +0000 (+0200) Subject: udevd: remove stale comment X-Git-Tag: v220~154 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=005e945cc454c07fac381d59a6e0fe810eb1107b;p=thirdparty%2Fsystemd.git udevd: remove stale comment --- diff --git a/src/udev/udevd.c b/src/udev/udevd.c index e558098ef03..1443a0d8c27 100644 --- a/src/udev/udevd.c +++ b/src/udev/udevd.c @@ -1584,10 +1584,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) on_ctrl_msg(NULL, fd_ctrl, 0, udev_ctrl);