From d2c1740dc275543a46721ed254ba3623f63d2204 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Wed, 28 Mar 2012 23:24:07 -0400 Subject: Remove now redundant pgpipe code. --- src/port/exec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/port/exec.c') 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) -- cgit v1.2.3