From: Dale Johannesen Date: Tue, 8 Jul 2008 21:53:43 +0000 (+0000) Subject: Remove some dead code. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=33d9b356ab7d75eba8eb70745051794fe8fcc558;p=oota-llvm.git Remove some dead code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53253 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp index cf46413e708..8ce689f0af4 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.