Remove unused code

This commit is contained in:
David Schmenk 2014-05-24 00:18:43 -07:00
parent 178db35815
commit 3d1ea51011

View File

@ -1020,7 +1020,7 @@ def loadmod(mod)
word refnum, rdlen, modsize, bytecode, defofst, defcnt, init, fixup word refnum, rdlen, modsize, bytecode, defofst, defcnt, init, fixup
word addr, defaddr, modaddr, modfix word addr, defaddr, modaddr, modfix
word deftbl, deflast word deftbl, deflast
word moddep, rld, esd, cdd, sym; word moddep, rld, esd, sym
byte defbank, str[16], filename[64] byte defbank, str[16], filename[64]
byte header[128] byte header[128]
@ -1095,7 +1095,6 @@ def loadmod(mod)
modfix = modaddr - modfix modfix = modaddr - modfix
bytecode = defofst + modfix - MODADDR bytecode = defofst + modfix - MODADDR
rld = modaddr + modsize ; Re-Locatable Directory rld = modaddr + modsize ; Re-Locatable Directory
cdd = rld ; Code Definition Directory
esd = rld ; Extern+Entry Symbol Directory esd = rld ; Extern+Entry Symbol Directory
while ^esd <> $00 ; Scan to end of ESD while ^esd <> $00 ; Scan to end of ESD
esd = esd + 4 esd = esd + 4
@ -1409,4 +1408,4 @@ while 1
crout() crout()
fin fin
loop loop
done done