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: [PATCH 4/6] remove unused function


On Tue, Apr 29, 2014 at 1:08 PM,  <tsaunders@mozilla.com> wrote:
> From: Trevor Saunders <tsaunders@mozilla.com>
>
> Hi,
>
> its unused so rm it.
>
> bootstrapped + regtested on x86_64-unknown-linux-gnu ok?

Ok.

Thanks,
Richard.

> Trev
>
> gcc/ChangeLog:
>
>         *ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function.
> ---
>  gcc/ggc.h | 7 -------
>  1 file changed, 7 deletions(-)
>
> diff --git a/gcc/ggc.h b/gcc/ggc.h
> index 2c567de..50fb199 100644
> --- a/gcc/ggc.h
> +++ b/gcc/ggc.h
> @@ -279,11 +279,4 @@ ggc_alloc_cleared_gimple_statement_stat (size_t s CXX_MEM_STAT_INFO)
>      ggc_internal_cleared_alloc (s PASS_MEM_STAT);
>  }
>
> -static inline struct simd_clone *
> -ggc_alloc_cleared_simd_clone_stat (size_t s CXX_MEM_STAT_INFO)
> -{
> -  return (struct simd_clone *)
> -    ggc_internal_cleared_alloc (s PASS_MEM_STAT);
> -}
> -
>  #endif
> --
> 2.0.0.rc0
>


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