mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-02 09:33:59 +00:00
Fix -Wunused-variable warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229130 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4c0a8b3025
commit
c208d61bcb
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user