From: Trevor Saunders Date: Sat, 17 May 2014 23:07:43 +0000 (+0000) Subject: remove unused function X-Git-Tag: releases/gcc-5.1.0~7496 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04eec9877832c7cbb0ed270f700db8e5e3f25c93;p=thirdparty%2Fgcc.git remove unused function gcc/ChangeLog: *ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function. From-SVN: r210567 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1680aaeaf139..1b6f1bd2d400 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-05-17 Trevor Saunders + + * ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function. + 2014-05-17 Trevor Saunders * alias.c (record_alias_subset): Adjust. diff --git a/gcc/ggc.h b/gcc/ggc.h index 2c567dee3251..50fb1995bae6 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