summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2023-04-21 11:41:58 +1200
committerDavid Rowley <drowley@postgresql.org>2023-04-21 11:41:58 +1200
commit84e05beb111335c0755ef37a7f4d64822170b76d (patch)
treead8650a5d0296d84635e0fd2ea3d1f01d07bd6eb /src/test
parentd91d1635292a290191339b868bcc71ef42ca50ce (diff)
downloadpostgresql-84e05beb111335c0755ef37a7f4d64822170b76d.tar.gz
Remove unused global variable
Author: Alexander Lakhin Discussion: https://postgr.es/m/d5f68d19-c0fc-91a9-118d-7c6a5a3f5fad@gmail.com
Diffstat (limited to 'src/test')
-rw-r--r--src/test/modules/test_slru/test_slru.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/modules/test_slru/test_slru.c b/src/test/modules/test_slru/test_slru.c
index 622f43da04..ae21444c47 100644
--- a/src/test/modules/test_slru/test_slru.c
+++ b/src/test/modules/test_slru/test_slru.c
@@ -50,9 +50,6 @@ static SlruCtlData TestSlruCtlData;
static shmem_request_hook_type prev_shmem_request_hook = NULL;
static shmem_startup_hook_type prev_shmem_startup_hook = NULL;
-/* LWLock name */
-const char test_tranche_name[] = "test_slru_tranche";
-
static bool
test_slru_scan_cb(SlruCtl ctl, char *filename, int segpage, void *data)
{