diff options
Diffstat (limited to 'src/SDCCdwarf2.c')
| -rw-r--r-- | src/SDCCdwarf2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/SDCCdwarf2.c b/src/SDCCdwarf2.c index 8041641..a5e8bd8 100644 --- a/src/SDCCdwarf2.c +++ b/src/SDCCdwarf2.c @@ -1805,8 +1805,6 @@ dwWriteLineNumbers (void) lp->begin_sequence = 1; while (lp) { - fprintf(dwarf2FilePtr, ";sdccrm - label [\"%s\"], line %d\n", lp->label, lp->line); - dwWriteLineNumber (lp); if (lp->end_sequence && lp->next) lp->next->begin_sequence = 1; |
