1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-03 07:10:39 +00:00

Remove unused FileIOFlag, TimerFlag. (#221)

This commit is contained in:
Bruce Mitchener
2021-01-14 01:58:58 +07:00
committed by GitHub
parent 0fbf5e8281
commit 71a04ce117
3 changed files with 0 additions and 10 deletions

View File

@@ -192,8 +192,6 @@ typedef struct {
}
#endif /* OLD_CURSOR */
/* function that checks to see if more input is waiting on a file;
if some is, it bumps FileIOFlag so it'll get seen next time around */
/* commented out is some code that would also clobber
Irq_Stk_Check & Irq_Stk_End to force
a new interrupt as rapidly as possible; it causes odd behavior...