Commit f454144a authored by Andres Freund's avatar Andres Freund

Remove comment that was intended to have been removed before commit.

Noticed by Amit Kapila
parent 93be0950
...@@ -982,7 +982,6 @@ LWLockAcquireCommon(LWLock *lock, LWLockMode mode, uint64 *valptr, uint64 val) ...@@ -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 */
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment