forked from OSchip/llvm-project
Remove an unused variable from this function introduced in r130637,
likely a result of copy/paste. llvm-svn: 130640
This commit is contained in:
parent
d2479eaaed
commit
ddc91b25e3
|
@ -101,7 +101,6 @@ unsigned X8664_ELFTargetObjectFile::getFDEEncoding(bool CFI) const {
|
|||
if (CFI)
|
||||
return DW_EH_PE_pcrel | DW_EH_PE_sdata4;
|
||||
|
||||
CodeModel::Model Model = TM.getCodeModel();
|
||||
if (TM.getRelocationModel() == Reloc::PIC_)
|
||||
return DW_EH_PE_pcrel | DW_EH_PE_sdata4;
|
||||
|
||||
|
|
Loading…
Reference in New Issue