remove unused function

gcc/ChangeLog:

	*ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function.

From-SVN: r210567
This commit is contained in:
Trevor Saunders 2014-05-17 23:07:43 +00:00 committed by Trevor Saunders
parent 766090c20f
commit 04eec98778
2 changed files with 4 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
* ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function.
2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
* alias.c (record_alias_subset): Adjust.

View File

@ -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