Skip to content

Commit eb9376c

Browse files
committed
kvs: remove out of date comments
Problem: Some out of date comments were left over and never removed in the event_subscribe() function. Remove the out of date comments.
1 parent 779a41d commit eb9376c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/modules/kvs/kvs.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,6 @@ static int event_subscribe (struct kvs_ctx *ctx, const char *ns)
221221
* See issue #2779 for more information.
222222
*/
223223

224-
/* do not want to subscribe to events that are not within our
225-
* namespace, so we subscribe to only specific ones.
226-
*/
227-
228224
if (!(ctx->events_init)) {
229225

230226
/* These belong to all namespaces, subscribe once the first

0 commit comments

Comments
 (0)