remove irrelevant comment

This commit is contained in:
Dale Weiler 2013-04-24 14:06:43 +00:00
parent 19c57c03cc
commit 5d88216f38

4
test.c
View file

@ -152,10 +152,6 @@ int task_pclose(FILE **handles) {
return status;
}
#else
/*
* Bidirectional piping implementation for windows using CreatePipe and DuplicateHandle +
* other hacks.
*/
typedef struct {
char name_err[L_tmpnam];
char name_out[L_tmpnam];