[lib/ObjectYAML] - Cleanup the private interface of ELFState<ELFT>. NFCI.
commit7dddfbb2165d43f20923dc25740fe489224e1811
authorGeorge Rimar <grimar@accesssoftek.com>
Thu, 5 Sep 2019 08:59:28 +0000 (5 08:59 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Thu, 5 Sep 2019 08:59:28 +0000 (5 08:59 +0000)
tree8744b9a04a55a67a4738506c4707eefc6b6aee59
parent008d04d3d55f9245ce4b9ebe552522b981e12f55
[lib/ObjectYAML] - Cleanup the private interface of ELFState<ELFT>. NFCI.

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.

Differential revision: https://reviews.llvm.org/D67157

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371033 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ObjectYAML/ELFEmitter.cpp