mirror of
https://github.com/postgres/postgres.git
synced 2026-02-14 00:03:18 -05:00
Remove duplicate function prototype.
Kyotaro Horiguchi
This commit is contained in:
parent
ff066481b0
commit
19998730ae
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue