diff options
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -3311,10 +3311,6 @@ extern GTY(()) tree current_file_decl; extern int all_types_permanent; -/* Exit a binding level. This function is provided by each language - frontend. */ -extern tree poplevel (int, int, int); - /* Declare a predefined function. Return the declaration. This function is provided by each language frontend. */ extern tree builtin_function (const char *, tree, int, enum built_in_class, |