mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
remove irrelevant comment
This commit is contained in:
parent
19c57c03cc
commit
5d88216f38
1 changed files with 0 additions and 4 deletions
4
test.c
4
test.c
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue