Remove some dead code.

llvm-svn: 53253
This commit is contained in:
Dale Johannesen 2008-07-08 21:53:43 +00:00
parent 852ed373aa
commit 45a4ec1a27
1 changed files with 0 additions and 2 deletions

View File

@ -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.