From: Andres Freund Date: Thu, 8 Jan 2015 12:10:33 +0000 (+0100) Subject: Remove comment that was intended to have been removed before commit. X-Git-Tag: REL9_5_ALPHA1~945 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f454144a34c2288418292ae7b01495724cfda359;p=postgresql Remove comment that was intended to have been removed before commit. Noticed by Amit Kapila --- diff --git a/src/backend/storage/lmgr/lwlock.c b/src/backend/storage/lmgr/lwlock.c index 1e7620cc65..7cb002357a 100644 --- a/src/backend/storage/lmgr/lwlock.c +++ b/src/backend/storage/lmgr/lwlock.c @@ -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 */ }