From 46a9f016c5fca708710e8c791675354cbf51fdfa Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Fri, 20 Jan 2012 21:51:11 +0000 Subject: More dead code removal (using -Wunreachable-code) llvm-svn: 148578 --- llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp') diff --git a/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp b/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp index 67ab111745e..236db97c44a 100644 --- a/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp +++ b/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp @@ -203,8 +203,6 @@ bool DWARFDebugInfoEntryMinimal::extractFast(const DWARFCompileUnit *cu, AbbrevDecl = NULL; return true; // NULL debug tag entry } - - return false; } bool -- cgit v1.2.3