aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.c')
-rw-r--r--tcc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tcc.c b/tcc.c
index 973c124..5815ade 100644
--- a/tcc.c
+++ b/tcc.c
@@ -309,8 +309,6 @@ int main(int argc, char **argv)
start_time = getclock_us();
tcc_set_output_type(s, s->output_type);
- if (s->output_type == TCC_OUTPUT_PREPROCESS)
- print_defines();
/* compile or add each files or library */
for(i = ret = 0; i < s->nb_files && ret == 0; i++) {