mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 16:29:50 +08:00
Remove a dead variable.
llvm-svn: 334341
This commit is contained in:
@@ -126,7 +126,6 @@ std::string InputFile::getSrcMsg(const Symbol &Sym, InputSectionBase &Sec,
|
||||
template <class ELFT> void ObjFile<ELFT>::initializeDwarf() {
|
||||
Dwarf = llvm::make_unique<DWARFContext>(make_unique<LLDDwarfObj<ELFT>>(this));
|
||||
const DWARFObject &Obj = Dwarf->getDWARFObj();
|
||||
DwarfLine.reset(new DWARFDebugLine);
|
||||
DWARFDataExtractor LineData(Obj, Obj.getLineSection(), Config->IsLE,
|
||||
Config->Wordsize);
|
||||
|
||||
|
||||
@@ -227,7 +227,6 @@ private:
|
||||
// reporting. Linker may find reasonable number of errors in a
|
||||
// single object file, so we cache debugging information in order to
|
||||
// parse it only once for each object file we link.
|
||||
std::unique_ptr<llvm::DWARFContext> Dwarf;
|
||||
std::vector<const llvm::DWARFDebugLine::LineTable *> LineTables;
|
||||
std::unique_ptr<llvm::DWARFDebugLine> DwarfLine;
|
||||
struct VarLoc {
|
||||
|
||||
Reference in New Issue
Block a user