Skip to content

Commit 9d09842

Browse files
committed
Remove leftover variable from previous commit.
Apparently I somehow mis-resolved a conflict slightly.
1 parent 45d067d commit 9d09842

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/replication/walsender.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ static bool streamingDoneSending;
154154
static bool streamingDoneReceiving;
155155

156156
/* Flags set by signal handlers for later service in main loop */
157-
static volatile sig_atomic_t got_SIGHUP = false;
158157
static volatile sig_atomic_t walsender_ready_to_stop = false;
159158

160159
/*

0 commit comments

Comments
 (0)