summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-02-13 18:11:49 +0000
committerZachary Turner <zturner@google.com>2015-02-13 18:11:49 +0000
commit6a582f9fc8c142bbc3652e2fb5b6d22b41795b96 (patch)
tree687365de178f9d4adec247e40841b800b821f6c0 /llvm/lib/DebugInfo
parent04b966d9dc4966026fd234ff33200b65fb7e5b5c (diff)
downloadbcm5719-llvm-6a582f9fc8c142bbc3652e2fb5b6d22b41795b96.tar.gz
bcm5719-llvm-6a582f9fc8c142bbc3652e2fb5b6d22b41795b96.zip
Fix -Wunused-variable warning.
llvm-svn: 229130
Diffstat (limited to 'llvm/lib/DebugInfo')
-rw-r--r--llvm/lib/DebugInfo/PDB/PDBSymbolFunc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/PDB/PDBSymbolFunc.cpp b/llvm/lib/DebugInfo/PDB/PDBSymbolFunc.cpp
index 0195ce35ab0..c350f8f89c1 100644
--- a/llvm/lib/DebugInfo/PDB/PDBSymbolFunc.cpp
+++ b/llvm/lib/DebugInfo/PDB/PDBSymbolFunc.cpp
@@ -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()) {
OpenPOWER on IntegriCloud