diff options
Diffstat (limited to 'gcc/fortran/trans-const.h')
-rw-r--r-- | gcc/fortran/trans-const.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/fortran/trans-const.h b/gcc/fortran/trans-const.h index 304a324..c01316e 100644 --- a/gcc/fortran/trans-const.h +++ b/gcc/fortran/trans-const.h @@ -49,12 +49,6 @@ void gfc_init_constants (void); /* Build a constant with given type from an int_cst. */ tree gfc_build_const (tree, tree); -/* String constants. */ -extern GTY(()) tree gfc_strconst_current_filename; -extern GTY(()) tree gfc_strconst_bounds; -extern GTY(()) tree gfc_strconst_fault; -extern GTY(()) tree gfc_strconst_wrong_return; - /* Integer constants 0..GFC_MAX_DIMENSIONS. */ extern GTY(()) tree gfc_rank_cst[GFC_MAX_DIMENSIONS + 1]; |