summaryrefslogtreecommitdiff
path: root/gcc/graphds.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/graphds.h')
-rw-r--r--gcc/graphds.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/graphds.h b/gcc/graphds.h
index 5e5ca7d841c..f6d9c36bfa6 100644
--- a/gcc/graphds.h
+++ b/gcc/graphds.h
@@ -46,7 +46,6 @@ struct graph
int n_vertices; /* Number of vertices. */
struct vertex *vertices;
/* The vertices. */
- htab_t indices; /* Fast lookup for indices. */
};
struct graph *new_graph (int);