diff options
Diffstat (limited to 'gprof/gmon_io.c')
-rw-r--r-- | gprof/gmon_io.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gprof/gmon_io.c b/gprof/gmon_io.c index 1b046d4..fbb89f5 100644 --- a/gprof/gmon_io.c +++ b/gprof/gmon_io.c @@ -551,8 +551,6 @@ gmon_out_read (const char *filename) cg_tally (from_pc, self_pc, count); } - fclose (ifp); - if (hz == HZ_WRONG) { /* How many ticks per second? If we can't tell, report |