diff options
author | David Rowley | 2023-04-20 23:41:58 +0000 |
---|---|---|
committer | David Rowley | 2023-04-20 23:41:58 +0000 |
commit | 84e05beb111335c0755ef37a7f4d64822170b76d (patch) | |
tree | ad8650a5d0296d84635e0fd2ea3d1f01d07bd6eb | |
parent | d91d1635292a290191339b868bcc71ef42ca50ce (diff) |
Remove unused global variable
Author: Alexander Lakhin
Discussion: https://postgr.es/m/[email protected]
-rw-r--r-- | src/test/modules/test_slru/test_slru.c | 3 |
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) { |