OSDN Git Service

Upon closer inspection, the sparc code in s_lock.c is dead code, and
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 May 2006 16:50:52 +0000 (16:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 May 2006 16:50:52 +0000 (16:50 +0000)
commit2246e31775b93fbeaf93dfc356dff62973784ee2
tree987ef2a85b8b56efd5712954dcd126f505a59712
parentce84b24c4850c7dfca90b0b5133947f34f7d8f4f
Upon closer inspection, the sparc code in s_lock.c is dead code, and
always has been, because it's not got any .globl declaration!  We've
been relying on the solaris_sparc.s code instead.  Rip it out.
(Not back-patched, since this is just cosmetic cleanup.)
src/backend/storage/lmgr/s_lock.c