Skip to content

Commit 319b891

Browse files
committed
MCAsmInfo: remove unused DwarfSectionSizeRequired
1 parent 9e38e87 commit 319b891

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/include/llvm/MC/MCAsmInfo.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -386,10 +386,6 @@ class MCAsmInfo {
386386
/// default.
387387
bool EnableDwarfFileDirectoryDefault = true;
388388

389-
/// True if the target needs the DWARF section length in the header (if any)
390-
/// of the DWARF section in the assembly file. Defaults to true.
391-
bool DwarfSectionSizeRequired = true;
392-
393389
/// True if dwarf register numbers are printed instead of symbolic register
394390
/// names in .cfi_* directives. Defaults to false.
395391
bool DwarfRegNumForCFI = false;

0 commit comments

Comments
 (0)