From 7bac62308a32354aa33b91967f0174e86b347064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Mon, 11 Mar 2019 16:25:19 +0100 Subject: [PATCH] Remove unused export --- src/waforth.wat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/waforth.wat b/src/waforth.wat index 3c09a42..f7af1cf 100644 --- a/src/waforth.wat +++ b/src/waforth.wat @@ -851,9 +851,9 @@ (!def_word "FIND" "$find") ;; 6.1.1650 - (func $here (export "HERE") - (i32.store (get_global $tos) (get_global $here)) - (set_global $tos (i32.add (get_global $tos) (i32.const 4)))) + (func $here + (i32.store (get_global $tos) (get_global $here)) + (set_global $tos (i32.add (get_global $tos) (i32.const 4)))) (!def_word "HERE" "$here") ;; 6.1.1680