Skip to content

Commit 0016f47

Browse files
committed
[lldb] Remove errant call to SBReproducer.SetWorkingDirectory
The old reproducer functionality has been removed. Remove this call as it's now just a NO-OP.
1 parent 7b39f16 commit 0016f47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/packages/Python/lldbsuite/test/lldbtest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,6 @@ def setUpClass(cls):
560560
if traceAlways:
561561
print("Change dir to:", full_dir, file=sys.stderr)
562562
os.chdir(full_dir)
563-
lldb.SBReproducer.SetWorkingDirectory(full_dir)
564563

565564
# Set platform context.
566565
cls.platformContext = lldbplatformutil.createPlatformContext()

0 commit comments

Comments
 (0)