diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 250f4cf5b47..c83bf5497da 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,7 @@ +2014-04-02 Marek Polacek + + * c-common.h (c_expand_expr): Remove declaration. + 2014-03-28 Jakub Jelinek PR c++/60689 diff --git a/gcc/c-family/c-common.h b/gcc/c-family/c-common.h index 1099b108950..24959d83e33 100644 --- a/gcc/c-family/c-common.h +++ b/gcc/c-family/c-common.h @@ -928,8 +928,6 @@ extern bool vector_targets_convertible_p (const_tree t1, const_tree t2); extern bool vector_types_convertible_p (const_tree t1, const_tree t2, bool emit_lax_note); extern tree c_build_vec_perm_expr (location_t, tree, tree, tree, bool = true); -extern rtx c_expand_expr (tree, rtx, enum machine_mode, int, rtx *); - extern void init_c_lex (void); extern void c_cpp_builtins (cpp_reader *);