SharePoint 2010 Remove the IE 6.0 warning

Recently there was a question asked on our internal DL around removing the IE 6.0 warning that pops up on the SharePoint 2010 site. Basic error message that we get is:

Your Web browser will have problems displaying this web page. Changes to the site may not function properly. For a better experience, please update your browser to its latest version.

In case if you would like to remove this warning, just remov the following element from the Master Page:

<SharePoint:WarnOnUnsupportedBrowsers runat="server"/>

But all said you should try to upgrade the browsers to IE 8.0, its good and always better for rendering other stuff. Although this solutionis only to supress/remove the warning. Thanks to Jie Li for pointing this solution.