diff options
Diffstat (limited to 'gcc/tree-pretty-print.c')
-rw-r--r-- | gcc/tree-pretty-print.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-pretty-print.c b/gcc/tree-pretty-print.c index caec760..c4a180e 100644 --- a/gcc/tree-pretty-print.c +++ b/gcc/tree-pretty-print.c @@ -327,9 +327,6 @@ dump_omp_clause (pretty_printer *pp, tree clause, int spc, int flags) case OMP_CLAUSE_DEVICE_RESIDENT: name = "device_resident"; goto print_remap; - case OMP_CLAUSE_USE_DEVICE: - name = "use_device"; - goto print_remap; case OMP_CLAUSE_TO_DECLARE: name = "to"; goto print_remap; |