[PATCH] D25630: [ADT] Remove CachedHash, which is unused.

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 14 13:13:56 PDT 2016


jlebar added a comment.

> It's used in lld/ELF/SymbolTable.h .

Dang, you are right.  I was thrown off because the lines above use CachedHashString, which is different.

This actually looks pretty reasonable, too.

I guess that does it for this patch.


https://reviews.llvm.org/D25630





More information about the llvm-commits mailing list