gfortran.h (gfc_free_dt_list): Remove prototype.
authorSteven G. Kargl <kargl@gcc.gnu.org>
Wed, 12 Jun 2019 22:18:37 +0000 (22:18 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Wed, 12 Jun 2019 22:18:37 +0000 (22:18 +0000)
2019-06-12  Steven G. Kargl  <kargl@gcc.gnu.org>

* gfortran.h (gfc_free_dt_list): Remove prototype.

From-SVN: r272220

gcc/fortran/ChangeLog
gcc/fortran/gfortran.h

index ee4dbea350e81e887ae090f0255f4c79e327bec0..ac81c2f60e172dd621dac22777fd935a97009823 100644 (file)
@@ -1,3 +1,7 @@
+2019-06-12  Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       * gfortran.h (gfc_free_dt_list): Remove prototype.
+
 2019-06-12  Steven G. Kargl  <kargl@gcc.gnu.org>
 
        PR fortran/90002
index 798297bd724aa37a949a88cc3a828c2c62f9ac4f..b1f7bd0604a9b9d0c5fc38ae4b9be25f6760dc18 100644 (file)
@@ -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 *);