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/runtime/main.c | |
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/runtime/main.c')
-rw-r--r-- | libgfortran/runtime/main.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libgfortran/runtime/main.c b/libgfortran/runtime/main.c index ecb613d..07e31d2 100644 --- a/libgfortran/runtime/main.c +++ b/libgfortran/runtime/main.c @@ -120,15 +120,6 @@ init (void) init_compile_options (); -#ifdef DEBUG - /* Check for special command lines. */ - - if (argc > 1 && strcmp (argv[1], "--help") == 0) - show_variables (); - - /* if (argc > 1 && strcmp(argv[1], "--resume") == 0) resume(); */ -#endif - random_seed_i4 (NULL, NULL, NULL); } |