summaryrefslogtreecommitdiff
path: root/libgomp/openacc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgomp/openacc.h')
-rw-r--r--libgomp/openacc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/openacc.h b/libgomp/openacc.h
index 44a1526597dd..fc353e1502cd 100644
--- a/libgomp/openacc.h
+++ b/libgomp/openacc.h
@@ -53,7 +53,7 @@ typedef enum acc_device_t
acc_device_none = 0,
acc_device_default = 1,
acc_device_host = 2,
- acc_device_host_nonshm = 3,
+ /* acc_device_host_nonshm = 3 removed. */
acc_device_not_host = 4,
acc_device_nvidia = 5,
_ACC_device_hwm