diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -394,13 +394,6 @@ llvm::MapVector MangledDeclNames; llvm::StringMap Manglings; - // An ordered map of canonical GlobalDecls paired with the cpu-index for - // cpu-specific name manglings. - llvm::MapVector, StringRef> - CPUSpecificMangledDeclNames; - llvm::StringMap, llvm::BumpPtrAllocator> - CPUSpecificManglings; - /// Global annotations. std::vector Annotations;