diff options
| author | Rui Ueyama <ruiu@google.com> | 2015-09-04 21:05:30 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2015-09-04 21:05:30 +0000 |
| commit | 434de7a33f7829d7d0dddc77e99cfbdbc150d72d (patch) | |
| tree | cf544758dc36ea4d91258f163ea63c0275ae347b | |
| parent | 33e97e63a5928ee6884f41ef8d609653ac1b375f (diff) | |
| download | bcm5719-llvm-434de7a33f7829d7d0dddc77e99cfbdbc150d72d.tar.gz bcm5719-llvm-434de7a33f7829d7d0dddc77e99cfbdbc150d72d.zip | |
Remove unused variable.
llvm-svn: 246874
| -rw-r--r-- | lld/COFF/ICF.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/COFF/ICF.cpp b/lld/COFF/ICF.cpp index 1c23722d9bc..354b2cee55f 100644 --- a/lld/COFF/ICF.cpp +++ b/lld/COFF/ICF.cpp @@ -38,7 +38,6 @@ struct Equals { } // anonymous namespace uint64_t SectionChunk::getHash() const { - ArrayRef<uint8_t> A = getContents(); return hash_combine(getPermissions(), hash_value(SectionName), NumRelocs, |

