dwarfout.c (last_filename): Remove.

* dwarfout.c (last_filename): Remove.
        (output_compile_unit_die): Remove last_filename.

From-SVN: r49098
This commit is contained in:
Krister Walfridsson 2002-01-22 22:58:41 +01:00 committed by Richard Henderson
parent f66a004637
commit e3b0efd1ee
2 changed files with 3 additions and 5 deletions

View File

@ -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 <roger@eyesopen.com>
Richard Henderson <rth@redhat.com>

View File

@ -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 ();