Remove dead code block

This commit is contained in:
George Oikonomou 2018-05-12 16:21:08 +01:00
parent a81ff510f5
commit aa926ee288
1 changed files with 0 additions and 6 deletions

View File

@ -230,12 +230,6 @@ main(int argc, char **argv)
exit(-1);
}
/* Make read() return immediately */
/* if (fcntl(fd, F_SETFL, FNDELAY) < 0) { */
/* perror("\ncould not set fcntl"); */
/* exit(-1); */
/* } */
FD_ZERO(&mask);
FD_SET(fd, &mask);
FD_SET(fileno(stdin), &mask);