From 3d1ea51011a03e1e7283ac2846cc25e98516987f Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Sat, 24 May 2014 00:18:43 -0700 Subject: [PATCH] Remove unused code --- PLASMA/src/cmd.pla | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PLASMA/src/cmd.pla b/PLASMA/src/cmd.pla index ca44d98b..ba229f61 100644 --- a/PLASMA/src/cmd.pla +++ b/PLASMA/src/cmd.pla @@ -1020,7 +1020,7 @@ def loadmod(mod) word refnum, rdlen, modsize, bytecode, defofst, defcnt, init, fixup word addr, defaddr, modaddr, modfix word deftbl, deflast - word moddep, rld, esd, cdd, sym; + word moddep, rld, esd, sym byte defbank, str[16], filename[64] byte header[128] @@ -1095,7 +1095,6 @@ def loadmod(mod) modfix = modaddr - modfix bytecode = defofst + modfix - MODADDR rld = modaddr + modsize ; Re-Locatable Directory - cdd = rld ; Code Definition Directory esd = rld ; Extern+Entry Symbol Directory while ^esd <> $00 ; Scan to end of ESD esd = esd + 4 @@ -1409,4 +1408,4 @@ while 1 crout() fin loop -done \ No newline at end of file +done