* alloc.c (discard_killed_buffers): Tune and simplify a bit.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Sep 2012 20:35:23 +0000 (13:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Sep 2012 20:35:23 +0000 (13:35 -0700)
commit5779a1dc62593be8294edaecfecca4359be9ab4e
treea06911ec707e4c6b3f59879e495e7ed2f8a71af1
parent9011078f9df40965a6ef3cade5bba3e5d0eb730d
* alloc.c (discard_killed_buffers): Tune and simplify a bit.

Use pointer-to-a-pointer to simplify and avoid a NILP check each
time an item is removed.  No need to mark this function 'inline';
the compiler knows better than we do.
src/ChangeLog
src/alloc.c