summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2015-06-02 16:19:44 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2015-06-02 16:19:44 +0000
commit0591d53c88aaed57690a897233e2745d431ef3bf (patch)
treeb4c9d119f35e57831c8a145ce1ff07a6c380d26a /openmp/runtime/src
parent89102f0fa96c1d3b53bf289802167fa78baaa83d (diff)
downloadbcm5719-llvm-0591d53c88aaed57690a897233e2745d431ef3bf.tar.gz
bcm5719-llvm-0591d53c88aaed57690a897233e2745d431ef3bf.zip
Remove unused KMP_IOMP_NAME macro from kmp.h
Getting rid of more iomp references. http://lists.cs.uiuc.edu/pipermail/openmp-dev/2015-June/000659.html llvm-svn: 238847
Diffstat (limited to 'openmp/runtime/src')
-rw-r--r--openmp/runtime/src/kmp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/openmp/runtime/src/kmp.h b/openmp/runtime/src/kmp.h
index 2806dc5b632..cb8f2bd3295 100644
--- a/openmp/runtime/src/kmp.h
+++ b/openmp/runtime/src/kmp.h
@@ -165,9 +165,6 @@ class kmp_stats_list;
# define USEC_PER_SEC 1000000L
#endif
-// For error messages
-#define KMP_IOMP_NAME "Intel(R) OMP"
-
/*!
@ingroup BASIC_TYPES
@{
OpenPOWER on IntegriCloud