Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5f42e59

Browse files
committed
Remove no-longer-used variable.
1 parent 1b81c2f commit 5f42e59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/pgbench/pgbench.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2577,7 +2577,6 @@ pthread_create(pthread_t *thread,
25772577
{
25782578
fork_pthread *th;
25792579
void *ret;
2580-
instr_time start_time;
25812580

25822581
th = (fork_pthread *) xmalloc(sizeof(fork_pthread));
25832582
if (pipe(th->pipes) < 0)

0 commit comments

Comments
 (0)