diff options
Diffstat (limited to 'gold/symtab.cc')
-rw-r--r-- | gold/symtab.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gold/symtab.cc b/gold/symtab.cc index d8cda2d..75ed7f6 100644 --- a/gold/symtab.cc +++ b/gold/symtab.cc @@ -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. |