This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: delete unused function longest_path_length


Here is the final patch. Bootstrapped and regression tested. Since
Vlad already agreed, I will commit it as soon as I have the
opportunity.

Cheers,

Manuel.


2007-02-09 Manuel Lopez-Ibanez <manu@gcc.gnu.org>


* genautomata.c (longest_path_length): Delete unused function.
(struct state): Delete unused longest_path_length.
(UNDEFINED_LONGEST_PATH_LENGTH): Delete unused macro.
(get_free_state): Delete unused.



On 08/02/07, Manuel López-Ibáñez <lopezibanez@gmail.com> wrote:
On 08 Feb 2007 07:35:47 -0800, Ian Lance Taylor <iant@google.com> wrote:
>
> I'm in favor of deleting this, but please also delete
> UNDEFINED_LONGEST_PATH_LENGTH and the longest_path_length field of
> struct state.  I'll approve that patch assume it passes bootstrap and
> testing.

No problem. I will delete also that, bootstrap + regression test and
post the patch a few days before committing.

Thanks for the review,

Cheers.

Attachment: kill-longest_path_length.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]