Remove no-longer-used variable.
authorTom Lane
Sun, 11 Sep 2011 20:18:06 +0000 (16:18 -0400)
committerTom Lane
Sun, 11 Sep 2011 20:18:06 +0000 (16:18 -0400)
contrib/pgbench/pgbench.c

index 0d809c915b14d1732eadf15599809bf73379b2e0..dbf53f4219ec7031b4cd1a582e5d3934b8918c3f 100644 (file)
@@ -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)