From 9c97519f26a5c613ad94de89dff6f173bed4d79d Mon Sep 17 00:00:00 2001 From: Jonathan Peyton Date: Tue, 2 Jun 2015 16:19:44 +0000 Subject: [PATCH] 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 git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@238847 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/src/kmp.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/runtime/src/kmp.h b/runtime/src/kmp.h index 2806dc5..cb8f2bd 100644 --- a/runtime/src/kmp.h +++ b/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 @{