aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/libgfortran.h
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2015-08-26 06:34:05 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2015-08-26 06:34:05 +0000
commit485adf79b5e5fa8808fdca1dbc2e818902dfa081 (patch)
treed242e6400f2d65398e119397a3c0d103eb96f8b3 /libgfortran/libgfortran.h
parent354016403304928441c3f4c2a1009a108a1b6b60 (diff)
downloadgcc-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.h3
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);