diff options
Diffstat (limited to 'openmp')
-rw-r--r-- | openmp/runtime/test/lit.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openmp/runtime/test/lit.cfg b/openmp/runtime/test/lit.cfg index 64e3b618d2b..7f18da4b1b7 100644 --- a/openmp/runtime/test/lit.cfg +++ b/openmp/runtime/test/lit.cfg @@ -26,9 +26,6 @@ def append_dynamic_library_path(path): else: config.environment[name] = path -for name,value in os.environ.items(): - config.environment[name] = value - # name: The name of this test suite. config.name = 'libomp' |