forked from Imagelibrary/binutils-gdb
2010-10-02 Doug Kwan <dougkwan@google.com>
* symtab.cc (Symbol_table::Symbol_table_hash::operator()): Move defintion to symtab.h * symtab.h (Symbol_table::Symbol_table_hash::operator()): Change declaration to defintion.
This commit is contained in:
@@ -501,14 +501,6 @@ Symbol_table::~Symbol_table()
|
||||
{
|
||||
}
|
||||
|
||||
// The hash function. The key values are Stringpool keys.
|
||||
|
||||
inline size_t
|
||||
Symbol_table::Symbol_table_hash::operator()(const Symbol_table_key& key) const
|
||||
{
|
||||
return key.first ^ key.second;
|
||||
}
|
||||
|
||||
// The symbol table key equality function. This is called with
|
||||
// Stringpool keys.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user