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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user