diff options
| author | Andres Freund | 2015-01-08 12:10:33 +0000 |
|---|---|---|
| committer | Andres Freund | 2015-01-08 12:16:31 +0000 |
| commit | f454144a34c2288418292ae7b01495724cfda359 (patch) | |
| tree | 8a2b05f70730867d48496810a66bd823a76cafb3 | |
| parent | 93be0950070b5bcb22600cb1cbb62f93c058a5dd (diff) | |
Remove comment that was intended to have been removed before commit.
Noticed by Amit Kapila
| -rw-r--r-- | src/backend/storage/lmgr/lwlock.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ } |
