summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCSymbolELF.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/MC/MCSymbolELF.h')
-rw-r--r--include/llvm/MC/MCSymbolELF.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/llvm/MC/MCSymbolELF.h b/include/llvm/MC/MCSymbolELF.h
index 0cc11156b5cd..b0ce3fe158c4 100644
--- a/include/llvm/MC/MCSymbolELF.h
+++ b/include/llvm/MC/MCSymbolELF.h
@@ -38,9 +38,6 @@ public:
bool isBindingSet() const;
- void setUsedInReloc() const;
- bool isUsedInReloc() const;
-
void setIsWeakrefUsedInReloc() const;
bool isWeakrefUsedInReloc() const;
@@ -52,6 +49,6 @@ public:
private:
void setIsBindingSet() const;
};
-}
+} // namespace llvm
#endif