From 33d9b356ab7d75eba8eb70745051794fe8fcc558 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Tue, 8 Jul 2008 21:53:43 +0000 Subject: [PATCH] Remove some dead code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53253 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/DwarfWriter.cpp | 2 -- 1 file changed, 2 deletions(-) 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.