aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 74c566c..c00fafd 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2446,9 +2446,6 @@ extern const char * const language_string;
extern tree builtin_function PARAMS ((const char *, tree, int,
enum built_in_class,
const char *));
-/* Pointer to function to check the format of printf, etc. This is
- used by the backend, e.g. builtins.c. */
-extern void (*check_function_format_ptr) PARAMS ((int *, tree, tree, tree));
/* In tree.c */
extern char *perm_calloc PARAMS ((int, long));