/*
- * $Id: hash.c,v 1.11 2001/01/12 00:37:12 wessels Exp $
+ * $Id: hash.c,v 1.12 2001/03/07 17:57:37 wessels Exp $
*
* DEBUG: section 0 Hash Tables
* AUTHOR: Harvest Derived
* hash table 'hid'. Does not free the item, only removes it
* from the list.
*
- * On success, it returns 0 and deletes the link; otherwise,
- * returns non-zero on error.
+ * An assertion is triggered if the hash_link is not found in the
+ * list.
*/
void
hash_remove_link(hash_table * hid, hash_link * hl)