summaryrefslogtreecommitdiff
path: root/libgomp/openacc.f90
diff options
context:
space:
mode:
Diffstat (limited to 'libgomp/openacc.f90')
-rw-r--r--libgomp/openacc.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/openacc.f90 b/libgomp/openacc.f90
index 04d80886a987..fbd63c69b7f5 100644
--- a/libgomp/openacc.f90
+++ b/libgomp/openacc.f90
@@ -43,7 +43,7 @@ module openacc_kinds
integer (acc_device_kind), parameter :: acc_device_none = 0
integer (acc_device_kind), parameter :: acc_device_default = 1
integer (acc_device_kind), parameter :: acc_device_host = 2
- integer (acc_device_kind), parameter :: acc_device_host_nonshm = 3
+ ! integer (acc_device_kind), parameter :: acc_device_host_nonshm = 3 removed.
integer (acc_device_kind), parameter :: acc_device_not_host = 4
integer (acc_device_kind), parameter :: acc_device_nvidia = 5