summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-08-23 13:44:18 -0400
committerRobert Haas <rhaas@postgresql.org>2016-08-23 13:44:18 -0400
commit19998730aea97137e2516af0516c683a1261ba1f (patch)
treef75b42f469172df9ca82799dfc6322d6c6eb7693
parentff066481b0485b1a4e414de3abcaae0bda02b1e1 (diff)
downloadpostgresql-19998730aea97137e2516af0516c683a1261ba1f.tar.gz
Remove duplicate function prototype.
Kyotaro Horiguchi
-rw-r--r--src/backend/libpq/pqcomm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/libpq/pqcomm.c b/src/backend/libpq/pqcomm.c
index ba42753c06..90b6946b38 100644
--- a/src/backend/libpq/pqcomm.c
+++ b/src/backend/libpq/pqcomm.c
@@ -145,7 +145,6 @@ static void socket_startcopyout(void);
static void socket_endcopyout(bool errorAbort);
static int internal_putbytes(const char *s, size_t len);
static int internal_flush(void);
-static void socket_set_nonblocking(bool nonblocking);
#ifdef HAVE_UNIX_SOCKETS
static int Lock_AF_UNIX(char *unixSocketDir, char *unixSocketPath);