Remove unused global variable

Author: Alexander Lakhin
Discussion: https://postgr.es/m/d5f68d19-c0fc-91a9-118d-7c6a5a3f5fad@gmail.com
This commit is contained in:
David Rowley 2023-04-21 11:41:58 +12:00
parent d91d163529
commit 84e05beb11
1 changed files with 0 additions and 3 deletions

View File

@ -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)
{