From e3b0efd1eeea460b091c1b9b9038605a672b1cb9 Mon Sep 17 00:00:00 2001 From: Krister Walfridsson Date: Tue, 22 Jan 2002 22:58:41 +0100 Subject: [PATCH] dwarfout.c (last_filename): Remove. * dwarfout.c (last_filename): Remove. (output_compile_unit_die): Remove last_filename. From-SVN: r49098 --- gcc/ChangeLog | 3 +++ gcc/dwarfout.c | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a88753df6c5..8b4869fd625 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -2,6 +2,9 @@ * dependence.c (build_def_use): Remove array_idx. + * dwarfout.c (last_filename): Remove. + (output_compile_unit_die): Remove last_filename. + 2002-01-22 Roger Sayle Richard Henderson diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 0ff75f585f7..76b5b75383b 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -671,10 +671,6 @@ static unsigned ft_entries; static const char *primary_filename; -/* Pointer to the most recent filename for which we produced some line info. */ - -static const char *last_filename; - /* Counter to generate unique names for DIEs. */ static unsigned next_unused_dienum = 1; @@ -4164,7 +4160,6 @@ output_compile_unit_die (arg) high_pc_attribute (TEXT_END_LABEL); if (debug_info_level >= DINFO_LEVEL_NORMAL) stmt_list_attribute (LINE_BEGIN_LABEL); - last_filename = xstrdup (main_input_filename); { const char *wd = getpwd (); -- 2.30.2