Name

ap_table_unset — remove an entry from a table

Synopsis

void ap_table_unset(table *t, const char *key)

Removes the entry in the table corresponding to key. It is not an error to remove an entry that does not exist.