Skip to content

Commit 4201257

Browse files
committed
templatesimplifier.cpp: fixed -Wunused-variable Clang warning
1 parent 14b8d86 commit 4201257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/templatesimplifier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3794,7 +3794,7 @@ void TemplateSimplifier::simplifyTemplates(const std::time_t maxtime)
37943794
mTemplateNamePos.clear();
37953795
}
37963796

3797-
const bool hasTemplates = getTemplateDeclarations();
3797+
getTemplateDeclarations();
37983798

37993799
if (passCount == 0) {
38003800
mDump.clear();

0 commit comments

Comments
 (0)