1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-24 00:23:06 +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

@@ -821,7 +821,6 @@ extern int tas(volatile slock_t *lock); /* in port/.../tas.s, or
#define TAS_SPIN(lock) TAS(lock)
#endif /* TAS_SPIN */
extern PGDLLIMPORT slock_t dummy_spinlock;
/*
* Platform-independent out-of-line support routines