From 606cc0562db3ee50a1e6182fe748d092f9417b5a Mon Sep 17 00:00:00 2001 From: Daniel Berlin Date: Sun, 31 Mar 2002 00:36:47 +0000 Subject: dwarf2out.c (dwarf2out_define): Remove start_source_file call, CPP will start the file for us. 2002-03-30 Daniel Berlin * dwarf2out.c (dwarf2out_define): Remove start_source_file call, CPP will start the file for us. From-SVN: r51621 --- gcc/dwarf2out.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gcc/dwarf2out.c') diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 3528bc8..5a00bf4 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -11947,13 +11947,6 @@ dwarf2out_define (lineno, buffer) unsigned lineno ATTRIBUTE_UNUSED; const char *buffer ATTRIBUTE_UNUSED; { - static int initialized = 0; - if (!initialized) - { - dwarf2out_start_source_file (0, primary_filename); - initialized = 1; - } - if (debug_info_level >= DINFO_LEVEL_VERBOSE) { named_section_flags (DEBUG_MACINFO_SECTION, SECTION_DEBUG); -- cgit v1.1