Remove unused export

This commit is contained in:
Remko Tronçon 2019-03-11 16:25:19 +01:00
parent 166d82d899
commit 7bac62308a

View file

@ -851,9 +851,9 @@
(!def_word "FIND" "$find") (!def_word "FIND" "$find")
;; 6.1.1650 ;; 6.1.1650
(func $here (export "HERE") (func $here
(i32.store (get_global $tos) (get_global $here)) (i32.store (get_global $tos) (get_global $here))
(set_global $tos (i32.add (get_global $tos) (i32.const 4)))) (set_global $tos (i32.add (get_global $tos) (i32.const 4))))
(!def_word "HERE" "$here") (!def_word "HERE" "$here")
;; 6.1.1680 ;; 6.1.1680