From: Steven G. Kargl Date: Wed, 12 Jun 2019 22:18:37 +0000 (+0000) Subject: gfortran.h (gfc_free_dt_list): Remove prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d52a6e0a86203c42a9a1fc0e4f900d3f712002c1;p=gcc.git gfortran.h (gfc_free_dt_list): Remove prototype. 2019-06-12 Steven G. Kargl * gfortran.h (gfc_free_dt_list): Remove prototype. From-SVN: r272220 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ee4dbea350e..ac81c2f60e1 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2019-06-12 Steven G. Kargl + + * gfortran.h (gfc_free_dt_list): Remove prototype. + 2019-06-12 Steven G. Kargl PR fortran/90002 diff --git a/gcc/fortran/gfortran.h b/gcc/fortran/gfortran.h index 798297bd724..b1f7bd0604a 100644 --- a/gcc/fortran/gfortran.h +++ b/gcc/fortran/gfortran.h @@ -3117,8 +3117,6 @@ void gfc_traverse_user_op (gfc_namespace *, void (*)(gfc_user_op *)); void gfc_save_all (gfc_namespace *); void gfc_enforce_clean_symbol_state (void); -void gfc_free_dt_list (void); - gfc_gsymbol *gfc_get_gsymbol (const char *, bool bind_c); gfc_gsymbol *gfc_find_gsymbol (gfc_gsymbol *, const char *);