diff options
| -rw-r--r-- | llvm/include/llvm/MC/MCSectionWasm.h | 2 | ||||
| -rw-r--r-- | llvm/include/llvm/MC/MCSymbolWasm.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/MC/MCSectionWasm.h b/llvm/include/llvm/MC/MCSectionWasm.h index cc467ed9837..a5faa0af3b6 100644 --- a/llvm/include/llvm/MC/MCSectionWasm.h +++ b/llvm/include/llvm/MC/MCSectionWasm.h @@ -26,8 +26,6 @@ class MCSymbol; /// This represents a section on wasm. class MCSectionWasm final : public MCSection { -private: - /// This is the name of the section. The referenced memory is owned by /// TargetLoweringObjectFileWasm's WasmUniqueMap. StringRef SectionName; diff --git a/llvm/include/llvm/MC/MCSymbolWasm.h b/llvm/include/llvm/MC/MCSymbolWasm.h index 37c2848e617..87119405b08 100644 --- a/llvm/include/llvm/MC/MCSymbolWasm.h +++ b/llvm/include/llvm/MC/MCSymbolWasm.h @@ -15,7 +15,6 @@ namespace llvm { class MCSymbolWasm : public MCSymbol { -private: bool IsFunction = false; bool IsWeak = false; bool IsHidden = false; |

