Skip to content

Commit 2877af6

Browse files
mcgovCopilot
andauthored
copilot removes commented code from dpdkutil.py
thanks buddy Co-authored-by: Copilot <[email protected]>
1 parent 45be2af commit 2877af6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

microsoft/testsuites/dpdk/dpdkutil.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,8 +1505,6 @@ def run_dpdk_symmetric_mp(
15051505
all_matches = [
15061506
result_regex.finditer(secondary_result.stdout),
15071507
result_regex.finditer(primary_result.stdout),
1508-
# result_regex.search(secondary_result.stdout),
1509-
# result_regex.search(primary_result.stdout),
15101508
]
15111509
match_count = 0
15121510
process_data: List[Dict[str, int]] = []

0 commit comments

Comments
 (0)