aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gomp-constants.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gomp-constants.h b/include/gomp-constants.h
index 7e44238a..16f2d13 100644
--- a/include/gomp-constants.h
+++ b/include/gomp-constants.h
@@ -243,7 +243,6 @@ enum gomp_map_kind
#define GOMP_VERSION 1
#define GOMP_VERSION_NVIDIA_PTX 1
#define GOMP_VERSION_INTEL_MIC 0
-#define GOMP_VERSION_HSA 0
#define GOMP_VERSION_GCN 1
#define GOMP_VERSION_PACK(LIB, DEV) (((LIB) << 16) | (DEV))