diff --git a/contrib/pgbench/pgbench.c b/contrib/pgbench/pgbench.c index 0d809c915b1..dbf53f4219e 100644 --- a/contrib/pgbench/pgbench.c +++ b/contrib/pgbench/pgbench.c @@ -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)