The local variable `cfi` became dead in r220730 when it's use was
obviated; it was replaced with a call to read32.
No functionality change intended.
llvm-svn: 221412
return processSymboledSection(atomType, section, normalizedFile, file,
scatterable, copyRefs);
} else {
- const uint32_t *cfi;
unsigned int size;
for (unsigned int offset = 0, e = section.content.size(); offset != e;) {
switch (atomizeModel) {
break;
case atomizeCFI:
// Break section up into dwarf unwind CFIs (FDE or CIE).
- cfi = reinterpret_cast<const uint32_t *>(§ion.content[offset]);
size = read32(§ion.content[offset], isBig) + 4;
if (offset+size > section.content.size()) {
return make_dynamic_error_code(Twine(Twine("Section ")