From 04eec9877832c7cbb0ed270f700db8e5e3f25c93 Mon Sep 17 00:00:00 2001 From: Trevor Saunders Date: Sat, 17 May 2014 23:07:43 +0000 Subject: remove unused function gcc/ChangeLog: *ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function. From-SVN: r210567 --- gcc/ggc.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gcc/ggc.h') 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 -- cgit v1.1