mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove no-longer-used variable.
This commit is contained in:
@ -2577,7 +2577,6 @@ pthread_create(pthread_t *thread,
|
|||||||
{
|
{
|
||||||
fork_pthread *th;
|
fork_pthread *th;
|
||||||
void *ret;
|
void *ret;
|
||||||
instr_time start_time;
|
|
||||||
|
|
||||||
th = (fork_pthread *) xmalloc(sizeof(fork_pthread));
|
th = (fork_pthread *) xmalloc(sizeof(fork_pthread));
|
||||||
if (pipe(th->pipes) < 0)
|
if (pipe(th->pipes) < 0)
|
||||||
|
Reference in New Issue
Block a user