Skip to content

Commit

Permalink
MCAsmInfo: remove unused DwarfSectionSizeRequired
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Dec 25, 2024
1 parent 9e38e87 commit 319b891
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions llvm/include/llvm/MC/MCAsmInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -386,10 +386,6 @@ class MCAsmInfo {
/// default.
bool EnableDwarfFileDirectoryDefault = true;

/// True if the target needs the DWARF section length in the header (if any)
/// of the DWARF section in the assembly file. Defaults to true.
bool DwarfSectionSizeRequired = true;

/// True if dwarf register numbers are printed instead of symbolic register
/// names in .cfi_* directives. Defaults to false.
bool DwarfRegNumForCFI = false;
Expand Down

0 comments on commit 319b891

Please sign in to comment.