aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 8def9fd..6eafd91 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -246,10 +246,6 @@ static int next_decl_uid;
/* Unique id for next type created. */
static int next_type_uid = 1;
-/* Pointer to function to check the format of printf, etc. This is
- used by the backend, e.g. builtins.c. */
-void (*check_function_format_ptr) PARAMS ((int *, tree, tree, tree)) = 0;
-
/* Here is how primitive or already-canonicalized types' hash
codes are made. */
#define TYPE_HASH(TYPE) ((unsigned long) (TYPE) & 0777777)