diff options
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r-- | gcc/genemit.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c index 1198123fad1..e7ace350569 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -799,9 +799,6 @@ main (int argc, char **argv) progname = "genemit"; - if (argc <= 1) - fatal ("no input file name"); - if (init_md_reader_args (argc, argv) != SUCCESS_EXIT_CODE) return (FATAL_EXIT_CODE); |