1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00

Remove dummy_spinlock

It's been unused since 1b468a131b (2015).
This commit is contained in:
Alvaro Herrera
2024-01-25 11:43:47 +01:00
parent 4d969b2f85
commit 55627ba2d3
3 changed files with 0 additions and 9 deletions

View File

@@ -70,8 +70,6 @@ static uint32 local_my_wait_event_info;
uint32 *my_wait_event_info = &local_my_wait_event_info;
#endif
slock_t dummy_spinlock;
static int spins_per_delay = DEFAULT_SPINS_PER_DELAY;