How to Remove the Comments RSS Feed Link

Would you like to remove the Comments RSS Feed Link from your document <head>? Place the following code in your master.php or custom.php file:

remove_action('wp_head', 'feed_links_extra', 3);