[PATCH] D57182: [MC] Remove unused inline function and stale comments; NFC
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 28 12:26:50 PST 2019
sbc100 added inline comments.
================
Comment at: lib/MC/MCSectionCOFF.cpp:17
-MCSectionCOFF::~MCSectionCOFF() = default; // anchor.
----------------
If its not longer an anchor then presumably it can be removed from the .cpp file? And in fact since its empty removed from the .h file too?
Ditto for ELF and wasm files.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57182/new/
https://reviews.llvm.org/D57182
More information about the llvm-commits
mailing list