1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-28 20:41:30 +00:00

Remove unused fptovp_scratch variable. (#140)

This commit is contained in:
Bruce Mitchener
2020-12-28 15:10:23 +07:00
committed by GitHub
parent 023cf609f2
commit a986b1e57a

View File

@@ -64,7 +64,6 @@ int sysout_loader(char * sysout_file_name, int sys_size)
IFPAGE ifpage; /* IFPAGE */
char *fptovp_scratch; /* scratch area for FPTOVP */
#ifdef BIGVM
/* 1 "cell" per page for 256MB in 512 byte pages */
unsigned int fptovp[0x80000]; /* FPTOVP */