Removed unused declaration.

This commit is contained in:
Jim Derry 2017-03-16 08:00:05 -04:00
parent 0c5550b06f
commit da55a6e4ac
1 changed files with 0 additions and 1 deletions

View File

@ -547,7 +547,6 @@ void show_have_html5(void)
Bool TY_(FindTag)( TidyDocImpl* doc, Node *node )
{
TidyUseCustomTagsState configtype = cfg( doc, TidyUseCustomTags );
Bool htmlIs5 = (doc->lexer->doctype & VERS_HTML5) > 0;
const Dict *np = NULL;
if ( cfgBool(doc, TidyXmlTags) )