From: Devang Patel Date: Thu, 31 Mar 2011 16:53:49 +0000 (+0000) Subject: Remove dead code. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e62dfcf4b3fcf5397737713b222ab1655df10e03;p=oota-llvm.git Remove dead code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128639 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index 18155271a05..b4d023d09f1 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -255,12 +255,8 @@ class DwarfDebug { MCSymbol *FunctionBeginSym, *FunctionEndSym; DIEInteger *DIEIntegerOne; -private: - /// getNumSourceIds - Return the number of unique source ids. - unsigned getNumSourceIds() const { - return SourceIdMap.size(); - } +private: /// assignAbbrevNumber - Define a unique number for the abbreviation. ///