File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/spin.c,v 1.5 1997/08/19 21:33:08 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/spin.c,v 1.6 1997/08/21 13:43:46 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -99,20 +99,6 @@ SpinRelease(SPINLOCK lock)
99
99
static bool AttachSpinLocks (IPCKey key );
100
100
static bool SpinIsLocked (SPINLOCK lock );
101
101
102
-
103
- static bool
104
- AttachSpinLocks (IPCKey key )
105
- {
106
- /* the spin lock shared memory must have been attached by now */
107
- return (TRUE);
108
- }
109
-
110
- static bool
111
- SpinIsLocked (SPINLOCK lock )
112
- {
113
- return (!LockIsFree (lock ));
114
- }
115
-
116
102
/*
117
103
* SpinAcquire -- try to grab a spinlock
118
104
*
You can’t perform that action at this time.
0 commit comments