Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
[oota-llvm.git] / lib / MC / MCAsmInfoDarwin.cpp
index 7c271a9e824b910e2900062a126f11b5a6239561..4c4f5edc83e3639813e7b2ea4b8e3009bde39763 100644 (file)
@@ -59,7 +59,6 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() {
   HasNoDeadStrip = true;
   HasSymbolResolver = true;
 
-  DwarfRequiresRelocationForSectionOffset = false;
   DwarfUsesRelocationsAcrossSections = false;
   DwarfUsesRelocationsForStringPool = false;
 }