Remove comment that was intended to have been removed before commit.
Noticed by Amit Kapila
This commit is contained in:
parent
93be095007
commit
f454144a34
@ -982,7 +982,6 @@ LWLockAcquireCommon(LWLock *lock, LWLockMode mode, uint64 *valptr, uint64 val)
|
|||||||
|
|
||||||
if (!mustwait)
|
if (!mustwait)
|
||||||
{
|
{
|
||||||
/* XXX: remove before commit? */
|
|
||||||
LOG_LWDEBUG("LWLockAcquire", lock, "immediately acquired lock");
|
LOG_LWDEBUG("LWLockAcquire", lock, "immediately acquired lock");
|
||||||
break; /* got the lock */
|
break; /* got the lock */
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user