summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorMikael Holmen <mikael.holmen@ericsson.com>2021-07-08 09:46:30 +0200
committerMikael Holmen <mikael.holmen@ericsson.com>2021-07-08 09:46:30 +0200
commit21fd8759529707b0f4430ebe8f27a01edc7f655e (patch)
tree698ef18bb8e24ae81a1562ad045d717bebe842d4 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent511af1b1ad005af61ce792286a76633cd56ef7f9 (diff)
[lld/mac] Fix warning about unused variable [NFC]
Change "dyn_cast" to "isa" to get rid of the unused variable "bitcodeFile". gcc warned with lld/MachO/Driver.cpp:531:17: warning: unused variable 'bitcodeFile' [-Wunused-variable] 531 | if (auto *bitcodeFile = dyn_cast<BitcodeFile>(file)) { | ^~~~~~~~~~~
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions