From cef8e69fcebe5df23e05db39c923bf16abff0418 Mon Sep 17 00:00:00 2001 From: David Tweed Date: Fri, 13 Sep 2013 12:51:05 +0000 Subject: [PATCH] A buildbot compiling with strict error on unused variables pointed out a historical remnant in r190684; remove it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190687 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AST/ItaniumMangle.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/AST/ItaniumMangle.cpp b/lib/AST/ItaniumMangle.cpp index 91e8244b01..a87bf1123e 100644 --- a/lib/AST/ItaniumMangle.cpp +++ b/lib/AST/ItaniumMangle.cpp @@ -1763,7 +1763,6 @@ void CXXNameMangler::mangleQualifiers(Qualifiers Quals) { SmallString<64> ASString; unsigned AS = Quals.getAddressSpace(); - bool IsLangAS = (LangAS::Offset <= AS) && (AS < LangAS::Last); if (Context.getASTContext().addressSpaceMapManglingFor(AS)) { // ::= "AS" -- 2.40.0