summaryrefslogtreecommitdiff
path: root/gcc/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/target.h')
-rw-r--r--gcc/target.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/target.h b/gcc/target.h
index 11852430c8d..012d1c0099b 100644
--- a/gcc/target.h
+++ b/gcc/target.h
@@ -697,12 +697,6 @@ struct gcc_target
/* Create the __builtin_va_list type. */
tree (* build_builtin_va_list) (void);
- /* Get the cfun/fndecl calling abi __builtin_va_list type. */
- tree (* fn_abi_va_list) (tree);
-
- /* Get the __builtin_va_list type dependent on input type. */
- tree (* canonical_va_list_type) (tree);
-
/* Expand the __builtin_va_start builtin. */
void (* expand_builtin_va_start) (tree valist, rtx nextarg);