[Openmp-commits] [openmp] r238847 - Remove unused KMP_IOMP_NAME macro from kmp.h
Jonathan Peyton
jonathan.l.peyton at intel.com
Tue Jun 2 09:19:45 PDT 2015
Author: jlpeyton
Date: Tue Jun 2 11:19:44 2015
New Revision: 238847
URL: http://llvm.org/viewvc/llvm-project?rev=238847&view=rev
Log:
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
Modified:
openmp/trunk/runtime/src/kmp.h
Modified: openmp/trunk/runtime/src/kmp.h
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/src/kmp.h?rev=238847&r1=238846&r2=238847&view=diff
==============================================================================
--- openmp/trunk/runtime/src/kmp.h (original)
+++ openmp/trunk/runtime/src/kmp.h Tue Jun 2 11:19:44 2015
@@ -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
@{
More information about the Openmp-commits
mailing list