From 5f42e5945b3dd96c228531c0730f418846ced04e Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 11 Sep 2011 16:18:06 -0400 Subject: [PATCH] Remove no-longer-used variable. --- contrib/pgbench/pgbench.c | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/pgbench/pgbench.c b/contrib/pgbench/pgbench.c index 0d809c915b..dbf53f4219 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)