Dead function argument?

From: Antonin Houska <antonin(dot)houska(at)gmail(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Dead function argument?
Date: 2013-09-16 21:21:24
Message-ID: 52377654.6060708@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

While reading storage/lmgr/lock.c I noticed that the last (proc)
argument of LockCheckConflicts() is not referenced inside the function.
Is it just a remnant from older version?

// Antonin Houska (Tony)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2013-09-16 21:39:30 Re: record identical operator
Previous Message Andrew Gierth 2013-09-16 21:10:16 Re: git apply vs patch -p1