aboutsummaryrefslogtreecommitdiff
path: root/misc/hsearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/hsearch.c')
-rw-r--r--misc/hsearch.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/hsearch.c b/misc/hsearch.c
index 615f7f08a3..f9a3f9267a 100644
--- a/misc/hsearch.c
+++ b/misc/hsearch.c
@@ -46,7 +46,3 @@ __hdestroy (void)
__hdestroy_r (&htab);
}
weak_alias (__hdestroy, hdestroy)
-
-/* Make sure the table is freed if we want to free everything before
- exiting. */
-text_set_element (__libc_subfreeres, __hdestroy);