Respond to node type deletion.
This hook is invoked from node_type_delete() after the node type is removed from the database.
$info: The node type object that is being deleted.
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
function hook_node_type_delete($info) {
variable_del('comment_' . $info->type);
}