From 099d0b8ce614cbc6f28e9e1ae8ec8b1bff47bae3 Mon Sep 17 00:00:00 2001
From: Peter Smith <peter.b.smith@fujitsu.com>
Date: Wed, 13 Sep 2023 11:36:35 +1000
Subject: [PATCH v1] remove redundant result assignment

---
 src/test/subscription/t/004_sync.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/subscription/t/004_sync.pl b/src/test/subscription/t/004_sync.pl
index aa7714c..bf4d59e 100644
--- a/src/test/subscription/t/004_sync.pl
+++ b/src/test/subscription/t/004_sync.pl
@@ -156,7 +156,7 @@ $node_subscriber->safe_psql('postgres',
 	"CREATE SUBSCRIPTION tap_sub CONNECTION '$publisher_connstr' PUBLICATION tap_pub"
 );
 
-$result = $node_subscriber->poll_query_until('postgres', $started_query)
+$node_subscriber->poll_query_until('postgres', $started_query)
   or die "Timed out while waiting for subscriber to start sync";
 
 # DROP SUBSCRIPTION must clean up slots on the publisher side when the
-- 
1.8.3.1

