diff options
Diffstat (limited to 'libc/misc/search')
-rw-r--r-- | libc/misc/search/hsearch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/misc/search/hsearch.c b/libc/misc/search/hsearch.c index b369408cb..3370545fd 100644 --- a/libc/misc/search/hsearch.c +++ b/libc/misc/search/hsearch.c @@ -53,7 +53,6 @@ void hdestroy (void) { hdestroy_r (&htab); } -/* weak_alias (__hdestroy, hdestroy) */ /* Make sure the table is freed if we want to free everything before exiting. */ |