[lld] r344344 - [ELF] - Remove unused variable. NFC.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 12 06:39:35 PDT 2018


Author: grimar
Date: Fri Oct 12 06:39:35 2018
New Revision: 344344

URL: http://llvm.org/viewvc/llvm-project?rev=344344&view=rev
Log:
[ELF] - Remove unused variable. NFC.

It triggered a bot failture somehow today:
http://lab.llvm.org:8011/builders/lld-perf-testsuite/builds/7993

Modified:
    lld/trunk/ELF/SyntheticSections.h

Modified: lld/trunk/ELF/SyntheticSections.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/SyntheticSections.h?rev=344344&r1=344343&r2=344344&view=diff
==============================================================================
--- lld/trunk/ELF/SyntheticSections.h (original)
+++ lld/trunk/ELF/SyntheticSections.h Fri Oct 12 06:39:35 2018
@@ -307,8 +307,6 @@ private:
 
   uint64_t Size = 0;
 
-  size_t LocalEntriesNum = 0;
-
   // Symbol and addend.
   typedef std::pair<Symbol *, int64_t> GotEntry;
 




More information about the llvm-commits mailing list