This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Unused field in graphds.h struct graph?
- From: Lawrence Crowl <crowl at googlers dot com>
- To: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Tue, 20 Nov 2012 14:29:38 -0800
- Subject: Unused field in graphds.h struct graph?
In graphds.h, struct graph has a field "htab_t indices".
As near as I can tell, it is completely unused. It builds
and tests fine with the field #if'd out.
Shall I remove the field?
--
Lawrence Crowl