removed unneecessary crap

This commit is contained in:
Anselm R.Garbe
2006-08-14 15:43:04 +02:00
parent aff4c787f4
commit 9eef9f7b02
2 changed files with 1 additions and 7 deletions

1
main.c
View File

@ -263,7 +263,6 @@ main(int argc, char *argv[])
if(readin)
FD_SET(STDIN_FILENO, &rd);
FD_SET(xfd, &rd);
i = select(xfd + 1, &rd, NULL, NULL, NULL);
if(i == -1 && errno == EINTR)
continue;