mirror of
https://github.com/remko/waforth
synced 2025-01-30 08:34:58 +01:00
Remove unused export
This commit is contained in:
parent
166d82d899
commit
7bac62308a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue