From 257123ca70f1895cd6fd37c75ebaeef2de9e17b1 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 29 Dec 2015 13:42:49 -0800 Subject: Let breakpad build with -Wall on OS X and Linux. A=thakis@chromium.org Original Review: https://codereview.chromium.org/1550933002/ R=thakis@chromium.org Review URL: https://codereview.chromium.org/1554613002 . --- src/common/linux/dump_symbols.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common/linux/dump_symbols.cc') diff --git a/src/common/linux/dump_symbols.cc b/src/common/linux/dump_symbols.cc index 1e96ca6a..5ae44e53 100644 --- a/src/common/linux/dump_symbols.cc +++ b/src/common/linux/dump_symbols.cc @@ -889,7 +889,6 @@ bool ReadSymbolDataElfClass(const typename ElfClass::Ehdr* elf_header, const DumpOptions& options, Module** out_module) { typedef typename ElfClass::Ehdr Ehdr; - typedef typename ElfClass::Shdr Shdr; *out_module = NULL; -- cgit v1.2.1