summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py
index 9d1d82976d1..266c1948a2e 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest.py
@@ -346,9 +346,6 @@ def parseOptionsAndInitTestdirs():
if args.executable:
lldbtest_config.lldbExec = args.executable
- if args.libcxx:
- os.environ["LIBCXX_PATH"] = args.libcxx
-
if args.n:
configuration.noHeaders = True
OpenPOWER on IntegriCloud