Skip to content

Commit 05edcad

Browse files
committed
Minor Comment Addressed
Signed-off-by: Vivek Reddy Karri <[email protected]>
1 parent 079f453 commit 05edcad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dump/plugins/copp.py

-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ def __get_asic_hostif_entry_obj(self, sai_trap_key):
215215
# Not adding tp tables_not_found because of the type of reason specified for policer obj
216216
if not sai_trap_key:
217217
return
218-
asic_obj_ptrn = "ASIC_STATE:.*:oid:0x\w{1,14}"
219218
matches = re.findall(r"oid:0x\w{1,14}", sai_trap_key)
220219
if matches:
221220
sai_trap_vid = matches[0]

0 commit comments

Comments
 (0)