diff options
Diffstat (limited to 'gcc/cppmain.c')
-rw-r--r-- | gcc/cppmain.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cppmain.c b/gcc/cppmain.c index a68d19c..6d3afe0 100644 --- a/gcc/cppmain.c +++ b/gcc/cppmain.c @@ -271,9 +271,6 @@ printer_init (pfile) print.lineno = 0; print.printed = 0; - if (options->out_fname == NULL) - options->out_fname = ""; - if (options->out_fname[0] == '\0') print.outf = stdout; else |