8000 Remove no-longer-used variable. · postgrespro/postgres_cluster@5f42e59 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0