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]

Re: PATCH: Remove maybe_objc_method_name


Stan Shebs wrote:
> 
> Through a somewhat twisted set of circumstances, the ObjC support
> function maybe_objc_method_name is never called in mainline GCC,
> and in Apple's GCC its one use (in never-contributed code) is going
> away.  So we can free up some disk space :-) by removing it.
>
> 2001-03-09  Stan Shebs  <shebs@apple.com>
> 
>         * objc/objc-act.c (maybe_objc_method_name): Remove, never called.
>         * c-lang.c (maybe_objc_method_name): Ditto.
>         * c-tree.h (maybe_objc_method_name): Remove decl.

Since nobody responded on this one, and it now falls within my purview
anyway, I went ahead and committed it to the mainline.

Stan


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