diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-20 08:13:32 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-20 08:13:32 +0000 |
commit | 5d3c2f0176e151411e0488be71cf1e23c4c40c39 (patch) | |
tree | e7f5e349bc9b9f942554e30757260a575d2223fb /gcc/stringpool.c | |
parent | abd3117dd671f555cc7a4e7999e2e02cc2d3aa95 (diff) | |
download | gcc-5d3c2f0176e151411e0488be71cf1e23c4c40c39.tar.gz |
* hashtable.c (calc_hash): Fix HASHSTEP definition.
* stringpool.c (make_identifier): No statistics here anymore.
* objc-act.c (steup_string_decl): Remove redundant check.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42337 138bc75d-0d04-0410-961f-82ee72b054a4
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). |