In D62809 I accidentally added "ELFState<ELFT> &State" as the
first parameter to two methods. There is no reason for having that.
I removed this argument and also moved finalizeStrings declaration to
remove an excessive 'private:' tag.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I do not know why, but two methods accepted ELFState<ELFT> &State as
an argument, though they are not static. There is no visible reason for having that.
D62809 accidentally added ELFState<ELFT> &State as the first parameter to two methods. This patch removes them.