1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-15 15:57:13 +00:00

Remove unused variable tot_pages

modified:   src/vmemsave.c
This commit is contained in:
Nick Briggs 2018-03-23 13:21:03 -07:00
parent a7360fd23d
commit cd940e4013

View File

@ -347,7 +347,6 @@ LispPTR vmem_save(char *sysout_file_name)
char *cp;
register int rval;
DLword *bmptr;
int tot_pages = 0;
#ifndef DOS
extern int ScreenLocked;
extern DLword *EmCursorX68K;