> On Wed, Apr 29, 2009 at 5:09 PM, Amos Jeffries <[email protected]> > wrote: >> Kinkie wrote: >>> >>> Hi all, >>> Â while walking the sources to check for documentation to write, I've >>> noticed that the heap code (defined in include/heap.h and lib/heap.c) >>> doesn't seem to be used anywhere. >>> Is it confirmed? If so, is there any good reason not to remove it? >>> >> >> A lot of the lib/*.c files are auto-inserted in place of missing system >> files by configure. I expect its needed on some system somewhere for the >> librepl.la stuff. > > Gah! You're right. My grep attempt somehow missed it. > Thanks for pointing out. >
You can ignore lib/* entirely if you like. I'm going to have to troll through it and shuffle stuff out anyways so the documentation may change a little then anyways. Some is external code we can't just add to randomly either without copyright updates etc. Amos
