https://github.com/DavidSpickett created 
https://github.com/llvm/llvm-project/pull/175541

None

>From 150ae5fc1ddad5ff8f87defd343d00ff7c94514c Mon Sep 17 00:00:00 2001
From: David Spickett <[email protected]>
Date: Mon, 12 Jan 2026 13:51:04 +0000
Subject: [PATCH] [lldb][test] Remove unused imports in
 TestFrameVarDILLocalVars.py

---
 .../var-dil/basics/LocalVars/TestFrameVarDILLocalVars.py      | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/lldb/test/API/commands/frame/var-dil/basics/LocalVars/TestFrameVarDILLocalVars.py
 
b/lldb/test/API/commands/frame/var-dil/basics/LocalVars/TestFrameVarDILLocalVars.py
index 0f6618fe47984..b082d977a3a99 100644
--- 
a/lldb/test/API/commands/frame/var-dil/basics/LocalVars/TestFrameVarDILLocalVars.py
+++ 
b/lldb/test/API/commands/frame/var-dil/basics/LocalVars/TestFrameVarDILLocalVars.py
@@ -7,10 +7,6 @@
 from lldbsuite.test.decorators import *
 from lldbsuite.test import lldbutil
 
-import os
-import shutil
-import time
-
 
 class TestFrameVarDILLocalVars(TestBase):
     # If your test case doesn't stress debug info, then

_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to