forked from OSchip/llvm-project
ELF/AMDGPU: Remove another unused private member variable
llvm-svn: 246164
This commit is contained in:
parent
054026dba2
commit
fbbbc01caa
|
@ -19,15 +19,12 @@ class AMDGPUTargetLayout;
|
|||
|
||||
class AMDGPUTargetRelocationHandler final : public TargetRelocationHandler {
|
||||
public:
|
||||
AMDGPUTargetRelocationHandler(AMDGPUTargetLayout &layout)
|
||||
: _targetLayout(layout) {}
|
||||
AMDGPUTargetRelocationHandler(AMDGPUTargetLayout &layout) { }
|
||||
|
||||
std::error_code applyRelocation(ELFWriter &, llvm::FileOutputBuffer &,
|
||||
const AtomLayout &,
|
||||
const Reference &) const override;
|
||||
|
||||
private:
|
||||
AMDGPUTargetLayout &_targetLayout;
|
||||
};
|
||||
} // elf
|
||||
} // lld
|
||||
|
|
Loading…
Reference in New Issue