From: Dale Weiler Date: Wed, 24 Apr 2013 14:06:43 +0000 (+0000) Subject: remove irrelevant comment X-Git-Tag: before-library~10 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=5d88216f3866ca5a8af0237802a344c7a8e6e360 remove irrelevant comment --- diff --git a/test.c b/test.c index d9a991f..1b42c69 100755 --- a/test.c +++ b/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];