diff options
author | Zachary Turner <zturner@google.com> | 2015-12-08 18:25:38 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-08 18:25:38 +0000 |
commit | b0dcbd461edfe08342637138719bab85332e6e1d (patch) | |
tree | 72b95f0aeb0756ae6a8e70ca1e51c7861ebd440e /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 412ee3d45dc54b44e603ed5851f2f0f976c1e19f (diff) | |
download | bcm5719-llvm-b0dcbd461edfe08342637138719bab85332e6e1d.tar.gz bcm5719-llvm-b0dcbd461edfe08342637138719bab85332e6e1d.zip |
Remove the -D option from dotest.py.
This removes the option to dump Python sys.path variable as part
of an effort to remove unused options.
llvm-svn: 255035
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index 2bcd421ca79..ef91fbb52e3 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -110,9 +110,6 @@ compilers = None # Must be initialized after option parsing # just that. cflags_extras = '' -# Dump the Python sys.path variable. Use '-D' to dump sys.path. -dumpSysPath = False - # Full path of the benchmark executable, as specified by the '-e' option. bmExecutable = None # The breakpoint specification of bmExecutable, as specified by the '-x' option. |