diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h index e9782ab6e..78aa1577b 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -614,7 +614,6 @@ public: Name getLocalNameOrDefault(Index index); Name getLocalNameOrGeneric(Index index); -private: bool hasLocalName(Index index) const; }; |