Remove no-longer-used variable.

pull/1/head
Tom Lane 14 years ago
parent 1b81c2fe6e
commit 5f42e5945b
  1. 1
      contrib/pgbench/pgbench.c

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

Loading…
Cancel
Save