summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 81575369224..459b7c2806f 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -2379,10 +2379,6 @@ dbxout_type (tree type, int full)
dbxout_type (TREE_TYPE (type), 0);
break;
- case POINTER_BOUNDS_TYPE:
- /* No debug info for pointer bounds type supported yet. */
- break;
-
default:
/* A C++ function with deduced return type can have a TEMPLATE_TYPE_PARM
named 'auto' in its type.