Re: [PATCH v2 30/30] patman: Drop the old status code

2025-05-23 Thread Simon Glass
Now that we have the new asyncio implementation, drop the unused ThreadPoolExecutor code. Signed-off-by: Simon Glass --- (no changes since v1) tools/patman/status.py | 125 - 1 file changed, 125 deletions(-) Applied to sjg/master, thanks!

[PATCH v2 30/30] patman: Drop the old status code

2025-05-04 Thread Simon Glass
Now that we have the new asyncio implementation, drop the unused ThreadPoolExecutor code. Signed-off-by: Simon Glass --- (no changes since v1) tools/patman/status.py | 125 - 1 file changed, 125 deletions(-) diff --git a/tools/patman/status.py b/tools/p