aboutsummaryrefslogtreecommitdiff
path: root/libgomp/oacc-plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgomp/oacc-plugin.c')
-rw-r--r--libgomp/oacc-plugin.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/libgomp/oacc-plugin.c b/libgomp/oacc-plugin.c
index 9707b4827ec..055d48e6f06 100644
--- a/libgomp/oacc-plugin.c
+++ b/libgomp/oacc-plugin.c
@@ -30,17 +30,6 @@
#include "oacc-plugin.h"
#include "oacc-int.h"
-void
-GOMP_PLUGIN_async_unmap_vars (void *ptr, int async)
-{
- struct target_mem_desc *tgt = ptr;
- struct gomp_device_descr *devicep = tgt->device_descr;
-
- devicep->openacc.async_set_async_func (async);
- gomp_unmap_vars (tgt, true);
- devicep->openacc.async_set_async_func (acc_async_sync);
-}
-
/* Return the target-specific part of the TLS data for the current thread. */
void *