Skip to content

Commit a986b1e

Browse files
Remove unused fptovp_scratch variable. (#140)
1 parent 023cf60 commit a986b1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ldsout.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ int sysout_loader(char * sysout_file_name, int sys_size)
6464

6565
IFPAGE ifpage; /* IFPAGE */
6666

67-
char *fptovp_scratch; /* scratch area for FPTOVP */
6867
#ifdef BIGVM
6968
/* 1 "cell" per page for 256MB in 512 byte pages */
7069
unsigned int fptovp[0x80000]; /* FPTOVP */

0 commit comments

Comments
 (0)