summaryrefslogtreecommitdiff
path: root/gcc/stringpool.c
diff options
context:
space:
mode:
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-20 08:13:32 +0000
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-20 08:13:32 +0000
commit5d3c2f0176e151411e0488be71cf1e23c4c40c39 (patch)
treee7f5e349bc9b9f942554e30757260a575d2223fb /gcc/stringpool.c
parentabd3117dd671f555cc7a4e7999e2e02cc2d3aa95 (diff)
downloadgcc-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.c3
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).