Remove no-longer-used variable.

This commit is contained in:
Tom Lane 2011-09-11 16:18:06 -04:00
parent 1b81c2fe6e
commit 5f42e5945b

View file

@ -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)