mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Remove no-longer-used variable.
This commit is contained in:
parent
1b81c2fe6e
commit
5f42e5945b
@ -2577,7 +2577,6 @@ pthread_create(pthread_t *thread,
|
||||
{
|
||||
fork_pthread *th;
|
||||
void *ret;
|
||||
instr_time start_time;
|
||||
|
||||
th = (fork_pthread *) xmalloc(sizeof(fork_pthread));
|
||||
if (pipe(th->pipes) < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user