diff options
Diffstat (limited to 'llvm/lib/MC/MCSectionWasm.cpp')
-rw-r--r-- | llvm/lib/MC/MCSectionWasm.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/MC/MCSectionWasm.cpp b/llvm/lib/MC/MCSectionWasm.cpp index a8f56897ee1..164ded9a1f8 100644 --- a/llvm/lib/MC/MCSectionWasm.cpp +++ b/llvm/lib/MC/MCSectionWasm.cpp @@ -14,8 +14,6 @@ using namespace llvm; -MCSectionWasm::~MCSectionWasm() = default; // anchor. - // Decides whether a '.section' directive // should be printed before the section name. bool MCSectionWasm::shouldOmitSectionDirective(StringRef Name, |