Skip to content

Commit 97f7884

Browse files
Remove unused lib.numfunctions
1 parent b29f359 commit 97f7884

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/include/library.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ macro library? name*,version*
1818

1919
macro export? function*
2020
lib.exports equ function-lib.base
21-
lib.numfunctions = lib.numfunctions + 1
2221
end macro
2322

2423
macro @ez80.word @value*
@@ -34,7 +33,6 @@ macro library? name*,version*
3433
end macro
3534

3635
format ti archived appvar name
37-
lib.numfunctions = 0
3836
org 0
3937
lib.init = $
4038
db 192,193,version

0 commit comments

Comments
 (0)