superflous, stderr is unbuffered
This commit is contained in:
parent
15edad07bb
commit
1301be6ce8
1 changed files with 0 additions and 1 deletions
1
quark.c
1
quark.c
|
@ -385,7 +385,6 @@ main(int argc, char *argv[]) {
|
|||
|
||||
/* init */
|
||||
setbuf(stdout, NULL); /* unbuffered stdout */
|
||||
setbuf(stderr, NULL); /* unbuffered stdout */
|
||||
memset(&hints, 0, sizeof hints);
|
||||
hints.ai_family = AF_INET;
|
||||
hints.ai_socktype = SOCK_STREAM;
|
||||
|
|
Loading…
Reference in a new issue