1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-15 15:57:13 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 */