diff options
Diffstat (limited to 'src/common/mac/dump_syms.mm')
-rw-r--r-- | src/common/mac/dump_syms.mm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/common/mac/dump_syms.mm b/src/common/mac/dump_syms.mm index 73e4f76a..8f0b9fe1 100644 --- a/src/common/mac/dump_syms.mm +++ b/src/common/mac/dump_syms.mm @@ -68,15 +68,6 @@ static NSString *kHeaderCPUTypeKey = @"cpuType"; // for pruning out extraneous non-function symbols. static const int kTextSection = 1; -namespace __gnu_cxx { -template<> - struct hash<std::string> { - size_t operator()(const std::string& k) const { - return hash< const char* >()( k.c_str() ); - } -}; -} - // Dump FunctionMap to stdout. Print address, function name, file // name, line number, lowpc, and highpc if available. void DumpFunctionMap(const dwarf2reader::FunctionMap function_map) { |