sort: omit unnecessary casts
commit001700f4a0c55125a5f01340017dd25bfa2b1c25
authorPaul R. Eggert <eggert@cs.ucla.edu>
Mon, 26 Jul 2010 02:58:32 +0000 (25 19:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 26 Jul 2010 02:59:11 +0000 (25 19:59 -0700)
tree842ab0c4fe155356028e6dd59efda86dbae3c331
parent48faad374819668b483683d2c444f6b2e93a008e
sort: omit unnecessary casts

* src/sort.c (inittables, general_numcompare, compare_nodes):
(queue_init, queue_pop): Omit casts that are not needed, typically
because they are between void * and some other pointer type.
src/sort.c