From 9cfc799171171e0cc26f64a60ba36bef8e889556 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 22 Jun 2012 13:32:49 +0000 Subject: Remove another duplicated variable. We only need one to tell us if the linker knows dwarf or not. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158993 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/MC/MCAsmInfoDarwin.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/MC/MCAsmInfoDarwin.cpp') diff --git a/lib/MC/MCAsmInfoDarwin.cpp b/lib/MC/MCAsmInfoDarwin.cpp index 4c4f5edc83..8e0ac23efc 100644 --- a/lib/MC/MCAsmInfoDarwin.cpp +++ b/lib/MC/MCAsmInfoDarwin.cpp @@ -60,5 +60,4 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() { HasSymbolResolver = true; DwarfUsesRelocationsAcrossSections = false; - DwarfUsesRelocationsForStringPool = false; } -- cgit v1.2.3