summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_environment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/src/kmp_environment.cpp')
-rw-r--r--openmp/runtime/src/kmp_environment.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/openmp/runtime/src/kmp_environment.cpp b/openmp/runtime/src/kmp_environment.cpp
index efbe84e10b3..22c2941133e 100644
--- a/openmp/runtime/src/kmp_environment.cpp
+++ b/openmp/runtime/src/kmp_environment.cpp
@@ -2,7 +2,6 @@
* kmp_environment.cpp -- Handle environment variables OS-independently.
*/
-
//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
@@ -12,7 +11,6 @@
//
//===----------------------------------------------------------------------===//
-
/* We use GetEnvironmentVariable for Windows* OS instead of getenv because the
act of loading a DLL on Windows* OS makes any user-set environment variables
(i.e. with putenv()) unavailable. getenv() apparently gets a clean copy of
OpenPOWER on IntegriCloud