From 5d88216f3866ca5a8af0237802a344c7a8e6e360 Mon Sep 17 00:00:00 2001
From: Dale Weiler <killfieldengine@gmail.com>
Date: Wed, 24 Apr 2013 14:06:43 +0000
Subject: [PATCH] remove irrelevant comment

---
 test.c | 4 ----
 1 file changed, 4 deletions(-)

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];
-- 
2.39.5