]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
remove irrelevant comment
authorDale Weiler <killfieldengine@gmail.com>
Wed, 24 Apr 2013 14:06:43 +0000 (14:06 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 24 Apr 2013 14:06:43 +0000 (14:06 +0000)
test.c

diff --git a/test.c b/test.c
index d9a991fa8e2786cd7e7fd83897f0bc69d91bc115..1b42c69dbe86288ff0c0343a07c2cd35ebcb025b 100755 (executable)
--- 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];