From: Reuben Thomas Date: Tue, 16 Jan 2018 00:38:15 +0000 (+0000) Subject: names.c: remove support for dumping hash stats X-Git-Tag: v3.7~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2edf22f51e6e05ec4830b74723cfa2f90b8be0ac;p=recode names.c: remove support for dumping hash stats --- diff --git a/src/Makefile.am b/src/Makefile.am index 40f8f29..2f3a3aa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 diff --git a/src/names.c b/src/names.c index 98d500d..9a4868e 100644 --- a/src/names.c +++ b/src/names.c @@ -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. */