diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-09-11 16:18:06 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-09-11 16:18:06 -0400 |
commit | 5f42e5945b3dd96c228531c0730f418846ced04e (patch) | |
tree | b7552de0f53ae4758039818018d080c727620449 | |
parent | 1b81c2fe6ee2b26d37610c3d381a87fa17af0a7c (diff) | |
download | postgresql-5f42e5945b3dd96c228531c0730f418846ced04e.tar.gz postgresql-5f42e5945b3dd96c228531c0730f418846ced04e.zip |
Remove no-longer-used variable.
-rw-r--r-- | contrib/pgbench/pgbench.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |