[lldb] Remove errant call to SBReproducer.SetWorkingDirectory
authorJonas Devlieghere <jonas@devlieghere.com>
Sat, 25 Mar 2023 00:31:39 +0000 (17:31 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Sat, 25 Mar 2023 00:32:58 +0000 (17:32 -0700)
The old reproducer functionality has been removed. Remove this call as
it's now just a NO-OP.

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

index e2c0761..31539f6 100644 (file)
@@ -560,7 +560,6 @@ class Base(unittest2.TestCase):
         if traceAlways:
             print("Change dir to:", full_dir, file=sys.stderr)
         os.chdir(full_dir)
-        lldb.SBReproducer.SetWorkingDirectory(full_dir)
 
         # Set platform context.
         cls.platformContext = lldbplatformutil.createPlatformContext()