Commit 5f42e594 authored by Tom Lane's avatar Tom Lane

Remove no-longer-used variable.

parent 1b81c2fe
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment