1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-02 01:40:22 +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

@@ -60,7 +60,6 @@ LispPTR rpc(LispPTR *args)
*/
char hostname[MAX_HOSTNAME_LENGTH];
struct hostent *hp;
struct servent *sp;
struct sockaddr_in sin, sin1, from;
char *outbuf, *inbuf, *destaddr;
register int s, msec_until_timeout, msec_between_tries, out_length;