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: jit-before-rebase-2017-11-03~6020 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=f454144a34c2288418292ae7b01495724cfda359;p=users%2Fandresfreund%2Fpostgres.git 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 */ }