diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index caefaff81f8..e0e8a963144 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -395,8 +395,6 @@ typedef rtx (*lang_expand_expr_t) lang_expand_expr_t lang_expand_expr = 0; -tree (*lang_expand_constant) PARAMS ((tree)) = 0; - /* Pointer to function to finish handling an incomplete decl at the end of compilation. */ |