Removed unused declaration.

This commit is contained in:
Jim Derry 2017-03-16 08:00:05 -04:00
parent 0c5550b06f
commit da55a6e4ac

View file

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