diff options
Diffstat (limited to 'gcc/stringpool.c')
-rw-r--r-- | gcc/stringpool.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/stringpool.c b/gcc/stringpool.c index 6d440056d50..0828bc0435e 100644 --- a/gcc/stringpool.c +++ b/gcc/stringpool.c @@ -114,9 +114,6 @@ make_identifier (node) IDENTIFIER_POINTER (node)); TREE_SET_CODE (node, IDENTIFIER_NODE); -#ifdef GATHER_STATISTICS - id_string_size += IDENTIFIER_LENGTH (node); -#endif } /* Return an IDENTIFIER_NODE whose name is TEXT (a null-terminated string). |