diff options
author | Andrew Dunstan | 2012-03-29 03:24:07 +0000 |
---|---|---|
committer | Andrew Dunstan | 2012-03-29 03:24:07 +0000 |
commit | d2c1740dc275543a46721ed254ba3623f63d2204 (patch) | |
tree | 569ca1c519c95e750b19a9198a3e1a2f75287378 /src/port/exec.c | |
parent | 7313cc016344a5705eb3e6916d8c4ea849c57975 (diff) |
Remove now redundant pgpipe code.
Diffstat (limited to 'src/port/exec.c')
-rw-r--r-- | src/port/exec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/port/exec.c b/src/port/exec.c index 12be6131f9b..24bcd806c08 100644 --- a/src/port/exec.c +++ b/src/port/exec.c @@ -496,7 +496,8 @@ pipe_read_line(char *cmd, char *line, int maxsize) /* * pclose() plus useful error reporting * Is this necessary? bjm 2004-05-11 - * It is better here because pipe.c has win32 backend linkage. + * Originaally this was stated to be here because pipe.c had backend linkage. + * Perhaps that's no longer so now we have got rid of pipe.c amd 2012-03-28 */ int pclose_check(FILE *stream) |