diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2001-05-20 08:13:32 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2001-05-20 08:13:32 +0000 |
commit | a078edf8139869ae6833c7e5d5e832d3c656dacc (patch) | |
tree | e7f5e349bc9b9f942554e30757260a575d2223fb /gcc/stringpool.c | |
parent | b4cc41b8149db0a8decb0c31fd11c1aedb907c5d (diff) | |
download | gcc-a078edf8139869ae6833c7e5d5e832d3c656dacc.zip gcc-a078edf8139869ae6833c7e5d5e832d3c656dacc.tar.gz gcc-a078edf8139869ae6833c7e5d5e832d3c656dacc.tar.bz2 |
hashtable.c (calc_hash): Fix HASHSTEP definition.
* hashtable.c (calc_hash): Fix HASHSTEP definition.
* stringpool.c (make_identifier): No statistics here anymore.
* objc-act.c (steup_string_decl): Remove redundant check.
From-SVN: r42337
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 6d44005..0828bc0 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). |