Skip to content

Commit 5c43ed0

Browse files
Remove the TODO comment that is no longer relevant. (sonic-net#2732)
- What I did Remove the TODO comment that is no longer relevant. - Why I did it To clean up the code and remove non-relevant comments. - How I verified it The change doesn't touch the code itself. No additional verification is required.
1 parent 6b79cea commit 5c43ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchagent/portsorch.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@ bool PortsOrch::bindAclTable(sai_object_id_t port_oid,
18221822
member_attrs.push_back(member_attr);
18231823

18241824
member_attr.id = SAI_ACL_TABLE_GROUP_MEMBER_ATTR_PRIORITY;
1825-
member_attr.value.u32 = 100; // TODO: double check!
1825+
member_attr.value.u32 = 100;
18261826
member_attrs.push_back(member_attr);
18271827

18281828
status = sai_acl_api->create_acl_table_group_member(&group_member_oid, gSwitchId, (uint32_t)member_attrs.size(), member_attrs.data());

0 commit comments

Comments
 (0)