aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.c')
-rw-r--r--tcc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tcc.c b/tcc.c
index aacbd42..a0b1c70 100644
--- a/tcc.c
+++ b/tcc.c
@@ -264,9 +264,6 @@ int main(int argc, char **argv)
return 1;
}
- if (s->output_type == 0)
- s->output_type = TCC_OUTPUT_EXE;
-
if (s->option_m)
exec_other_tcc(s, argv, s->option_m);