aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/runtime/main.c')
-rw-r--r--libgfortran/runtime/main.c9
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);
}