On Mon, Sep 09, 2013 at 08:39:16PM -0600, Jeff Law wrote: > On 09/09/2013 06:59 PM, Andrew MacLeod wrote: > >Whilst poking around, I discovered these hast table functions and the > >macro are no longer used anywhere in the compiler. > >bootstraps on x86_64-unknown-linux-gnu. > >Probably obvious but in case I missed something... OK? > If they're unused, eliminate them. OK for the trunk.
Those macros were added last year together with hash-table.h, just nothing uses them so far, but they are counterparts of the hashtab.h traversal function which is used in various parts. So removing it is IMHO a mistake. Jakub