From b013f744e3d70effd9be348cbde7fb93f0a16c6a Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Fri, 1 Sep 2017 14:26:01 -0400 Subject: i64 to i32 lowering for wasm2asm (#1134) --- src/wasm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/wasm.h') 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; }; -- cgit v1.2.3