mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 18:11:07 +08:00
* hashtab.c (htab_remove_elt_with_hash): New function. (htab_remove_elt): Implement in terms of htab_remove_elt_with_hash. * hashtab.h (htab_remove_elt_with_hash): Prototype new function. From-SVN: r80641