aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cppmain.c')
-rw-r--r--gcc/cppmain.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/cppmain.c b/gcc/cppmain.c
index c69e9fa..61f4874 100644
--- a/gcc/cppmain.c
+++ b/gcc/cppmain.c
@@ -79,9 +79,7 @@ main (argc, argv)
do_preprocessing (argc, argv);
- /* Reader destructor. */
- cpp_cleanup (pfile);
-
+ /* Call to cpp_destroy () omitted for performance reasons. */
if (cpp_errors (pfile))
return FATAL_EXIT_CODE;