Tweak comment in namespace_members_of.

This commit is contained in:
Jakub Jelinek
2026-01-07 13:33:29 +01:00
committed by Marek Polacek
parent b01d0d7189
commit 9f8f38bd57

View File

@@ -6565,8 +6565,8 @@ namespace_members_of (location_t loc, tree ns)
REFLECT_VAR));
continue;
}
/* I don't see much point in calling eval_is_accessible here,
won't it always return true? */
/* eval_is_accessible should be always true for namespace members,
so don't bother calling it here. */
CONSTRUCTOR_APPEND_ELT (elts, NULL_TREE,
get_reflection_raw (loc, m));
}