Skip to content
Snippets Groups Projects
Commit f454144a authored by Andres Freund's avatar Andres Freund
Browse files

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

Noticed by Amit Kapila
parent 93be0950
No related branches found
No related tags found
No related merge requests found
......@@ -982,7 +982,6 @@ LWLockAcquireCommon(LWLock *lock, LWLockMode mode, uint64 *valptr, uint64 val)
if (!mustwait)
{
/* XXX: remove before commit? */
LOG_LWDEBUG("LWLockAcquire", lock, "immediately acquired lock");
break; /* got the lock */
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment