From da55a6e4ac23f969e94515451680cd0a873e6277 Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Thu, 16 Mar 2017 08:00:05 -0400 Subject: [PATCH] Removed unused declaration. --- src/tags.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tags.c b/src/tags.c index a58fe9d..50a931f 100644 --- a/src/tags.c +++ b/src/tags.c @@ -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) )