From 6aab1f92bb7834311d965a16b1f5a804092e7b34 Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Wed, 12 Dec 2012 04:02:58 +0000 Subject: Remove dead code. Patch by Rafael Espindola Review URL: http://breakpad.appspot.com/502003/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1091 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/common/dwarf/functioninfo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common/dwarf/functioninfo.h') diff --git a/src/common/dwarf/functioninfo.h b/src/common/dwarf/functioninfo.h index f8706369..0b08a5fc 100644 --- a/src/common/dwarf/functioninfo.h +++ b/src/common/dwarf/functioninfo.h @@ -135,8 +135,7 @@ class CUFunctionInfoHandler: public Dwarf2Handler { // Start to process a DIE at OFFSET from the beginning of the // .debug_info section. We only care about function related DIE's. - virtual bool StartDIE(uint64 offset, enum DwarfTag tag, - const AttributeList& attrs); + virtual bool StartDIE(uint64 offset, enum DwarfTag tag); // Called when we have an attribute with unsigned data to give to // our handler. The attribute is for the DIE at OFFSET from the -- cgit v1.2.1