]> granicus.if.org Git - recode/commitdiff
names.c: remove support for dumping hash stats
authorReuben Thomas <rrt@sc3d.org>
Tue, 16 Jan 2018 00:38:15 +0000 (00:38 +0000)
committerReuben Thomas <rrt@sc3d.org>
Fri, 19 Jan 2018 00:19:37 +0000 (00:19 +0000)
src/Makefile.am
src/names.c

index 40f8f29db0d2a0a0790acf438cdd5a6814b46f37..2f3a3aaee954623f737d1250c99b1fdf43d57c56 100644 (file)
@@ -82,9 +82,6 @@ DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@
 ETAGS_ARGS = $(L_STEPS)
 TAGS_DEPENDENCIES = $(L_STEPS)
 
-# These CFLAGS values are not auto-configured:
-# -DHASH_STATS         For printing a one-liner hash statistics.
-
 LEX = @LEX@
 PYTHON = @PYTHON@
 TABLES_PY = $(PYTHON) $(top_srcdir)/tables.py
index 98d500df84b90bfff97cfbe4e0807b9ec7533cac..9a4868e5a5e86c7af3fe192a522bc806682532a6 100644 (file)
@@ -467,10 +467,6 @@ make_argmatch_arrays (RECODE_OUTER outer)
 {
   struct make_argmatch_walk walk; /* wanderer's data */
 
-#if HASH_STATS
-  hash_print_statistics (outer->alias_table, stderr);
-#endif
-
   /* It may happen that new modules are added only once all initialisation
      completed.  To handle that case, free previous arrays if any.  */