Fix -Wunused-variable warning.
authorZachary Turner <zturner@google.com>
Fri, 13 Feb 2015 18:11:49 +0000 (18:11 +0000)
committerZachary Turner <zturner@google.com>
Fri, 13 Feb 2015 18:11:49 +0000 (18:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229130 91177308-0d34-0410-b5e6-96231b3b80d8

lib/DebugInfo/PDB/PDBSymbolFunc.cpp

index 0195ce35ab03a7fbb51fbf839f53e33cc666ce7c..c350f8f89c1feb4baf2c805904a8f09f74f699fd 100644 (file)
@@ -55,7 +55,6 @@ void PDBSymbolFunc::dump(raw_ostream &OS, int Indent,
       OS << "(FPO)";
 
     OS << " ";
-    uint32_t FuncSigId = getTypeId();
     if (auto FuncSig = getSignature()) {
       // If we have a signature, dump the name with the signature.
       if (auto ReturnType = FuncSig->getReturnType()) {