]> git.eshelyaron.com Git - emacs.git/commit
Minor pdumper simplification
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 31 Jan 2019 15:30:32 +0000 (07:30 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 31 Jan 2019 15:57:56 +0000 (07:57 -0800)
commita68eee50eb515b28b448894299334afced26ef78
treed6d98e3bd6d5176234fae3d07d21691cee1001e6
parent08bc407a228796b64e321cb28b38b39062ab1732
Minor pdumper simplification

* src/pdumper.c (dump_roots, pdumper_load): Simplify initialization.
(dump_bitset_init, pdumper_load): Omit unnecessary assignments.
(dump_bitset_destroy): Remove; never called.  All callers removed.
(dump_do_dump_relocation, pdumper_load): Add FIXME comment.
(pdumper_load): Simplify by assuming C99.  Remove unused local.
src/pdumper.c