diff options
author | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2015-08-26 06:34:05 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2015-08-26 06:34:05 +0000 |
commit | 485adf79b5e5fa8808fdca1dbc2e818902dfa081 (patch) | |
tree | d242e6400f2d65398e119397a3c0d103eb96f8b3 /libgfortran/libgfortran.h | |
parent | 354016403304928441c3f4c2a1009a108a1b6b60 (diff) | |
download | gcc-485adf79b5e5fa8808fdca1dbc2e818902dfa081.zip gcc-485adf79b5e5fa8808fdca1dbc2e818902dfa081.tar.gz gcc-485adf79b5e5fa8808fdca1dbc2e818902dfa081.tar.bz2 |
libgfortran.h (show_variables): Remove prototype.
* libgfortran.h (show_variables): Remove prototype.
* runtime/environ.c (print_spaces, var_source, show_integer,
show_boolean, show_sep, show_string): Remove functions.
* runtime/main.c (init): Remove dead code.
From-SVN: r227208
Diffstat (limited to 'libgfortran/libgfortran.h')
-rw-r--r-- | libgfortran/libgfortran.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h index 0e73ac1..553cef1 100644 --- a/libgfortran/libgfortran.h +++ b/libgfortran/libgfortran.h @@ -793,9 +793,6 @@ internal_proto(xrealloc); extern void init_variables (void); internal_proto(init_variables); -extern void show_variables (void); -internal_proto(show_variables); - unit_convert get_unformatted_convert (int); internal_proto(get_unformatted_convert); |