summaryrefslogtreecommitdiffstats
path: root/lld/wasm/Symbols.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/wasm/Symbols.h')
-rw-r--r--lld/wasm/Symbols.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/wasm/Symbols.h b/lld/wasm/Symbols.h
index 8e0e6d503b0..29fbdf4b34c 100644
--- a/lld/wasm/Symbols.h
+++ b/lld/wasm/Symbols.h
@@ -58,7 +58,6 @@ public:
bool isGlobal() const { return !isFunction(); }
bool isLocal() const { return IsLocal; }
bool isWeak() const;
- bool isHidden() const;
// Returns the symbol name.
StringRef getName() const { return Name; }
OpenPOWER on IntegriCloud