summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2011-09-11 20:18:06 +0000
committerTom Lane2011-09-11 20:18:06 +0000
commit5f42e5945b3dd96c228531c0730f418846ced04e (patch)
treeb7552de0f53ae4758039818018d080c727620449
parent1b81c2fe6ee2b26d37610c3d381a87fa17af0a7c (diff)
Remove no-longer-used variable.
-rw-r--r--contrib/pgbench/pgbench.c1
1 files changed, 0 insertions, 1 deletions
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)