]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
remove unused function
authorTrevor Saunders <tsaunders@mozilla.com>
Sat, 17 May 2014 23:07:43 +0000 (23:07 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Sat, 17 May 2014 23:07:43 +0000 (23:07 +0000)
gcc/ChangeLog:

*ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function.

From-SVN: r210567

gcc/ChangeLog
gcc/ggc.h

index 1680aaeaf1393eabf4b418b706b9c961cfd53ad5..1b6f1bd2d40093c8d2cc03254c6bdd282c346ecf 100644 (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.
index 2c567dee32513f90bc6c4ad92c1562c323b65ed5..50fb1995bae63f47f6d3e4ac553e136660cd97f8 100644 (file)
--- 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