1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 03:51:32 +00:00

Fix some unused variable warnings. (#162)

This commit is contained in:
Bruce Mitchener
2021-01-04 01:30:04 +07:00
committed by GitHub
parent 4d00e0b2a1
commit 907e86c8d9
21 changed files with 30 additions and 48 deletions

View File

@@ -201,9 +201,6 @@ void mess_reset() {
/* has been set by flush_pty(). */
/* */
/************************************************************************/
#ifndef DOS
static struct timeval selecttimeout = {0, 0};
#endif
LispPTR mess_readp() {
#ifndef DOS
#ifndef XWINDOW
@@ -330,6 +327,9 @@ LispPTR flush_pty() {
static fd_set rfds;
int rval;
struct statvfs vfsbuf;
#ifndef LOGINT
struct timeval selecttimeout = {0, 0};
#endif
SETJMP(NIL);
DBPRINT(("flush_pty() called.\n"));