Clean-up: remove useless comment
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 10:14:23 +0000 (06:14 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 13:19:12 +0000 (09:19 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/notification-thread-events.c

index b0657a4c5675dde9d0d86d1478afbeaedf26646a..66223e9d340e89f8c39b8dc3b5b5bfbecbbf096a 100644 (file)
@@ -1222,7 +1222,6 @@ int handle_notification_thread_client_connect(
        DBG("[notification-thread] Added new notification channel client socket (%i) to poll set",
                        client->socket);
 
-       /* Add to ht. */
        rcu_read_lock();
        cds_lfht_add(state->client_socket_ht,
                        hash_client_socket(client->socket),
This page took 0.028527 seconds and 5 git commands to generate.