Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 84e05be

Browse files
committed
Remove unused global variable
Author: Alexander Lakhin Discussion: https://postgr.es/m/d5f68d19-c0fc-91a9-118d-7c6a5a3f5fad@gmail.com
1 parent d91d163 commit 84e05be

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/modules/test_slru/test_slru.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ static SlruCtlData TestSlruCtlData;
5050
static shmem_request_hook_type prev_shmem_request_hook = NULL;
5151
static shmem_startup_hook_type prev_shmem_startup_hook = NULL;
5252

53-
/* LWLock name */
54-
const char test_tranche_name[] = "test_slru_tranche";
55-
5653
static bool
5754
test_slru_scan_cb(SlruCtl ctl, char *filename, int segpage, void *data)
5855
{

0 commit comments

Comments
 (0)