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 29508eb..7ef927e 100644
--- a/tcc.c
+++ b/tcc.c
@@ -369,7 +369,5 @@ int main(int argc, char **argv)
}
tcc_delete(s);
- if (bench)
- tcc_memstats();
return ret;
}