Commit a4b81a49 a4b81a49d718a6bb59ec3a02121630f4f6c22a8d by Sergey Poznyakoff

removed confusing comment

1 parent d9c0545f
...@@ -509,7 +509,7 @@ parse_simple_key (struct parsebuf *pb) ...@@ -509,7 +509,7 @@ parse_simple_key (struct parsebuf *pb)
509 509
510 if (!condp->name) 510 if (!condp->name)
511 { 511 {
512 if (util_msgset (pb->token, &set, &n, 0) == 0) /*FIXME: isuid? */ 512 if (util_msgset (pb->token, &set, &n, 0) == 0)
513 { 513 {
514 put_code (pb, cond_msgset); 514 put_code (pb, cond_msgset);
515 put_code (pb, (inst_t) n); 515 put_code (pb, (inst_t) n);
......