aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/DwarfWriter.cpp
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-07-08 21:53:43 +0000
committerDale Johannesen <dalej@apple.com>2008-07-08 21:53:43 +0000
commit33d9b356ab7d75eba8eb70745051794fe8fcc558 (patch)
treea1ade57dc6b14e5b2b0f922792a55a32fe4e5799 /lib/CodeGen/DwarfWriter.cpp
parent920ae9863b51ce1e33a1bf702e672e0483c04cd8 (diff)
Remove some dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53253 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/DwarfWriter.cpp')
-rw-r--r--lib/CodeGen/DwarfWriter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp
index cf46413e70..8ce689f0af 100644
--- a/lib/CodeGen/DwarfWriter.cpp
+++ b/lib/CodeGen/DwarfWriter.cpp
@@ -2720,8 +2720,6 @@ public:
/// content.
void BeginModule(Module *M) {
this->M = M;
-
- if (!ShouldEmitDwarf()) return;
}
/// EndModule - Emit all Dwarf sections that should come after the content.