From 4cb05713de704d43f6f813dd6d999677b5e84912 Mon Sep 17 00:00:00 2001 From: George Rimar Date: Fri, 12 Oct 2018 13:39:35 +0000 Subject: [PATCH] [ELF] - Remove unused variable. NFC. It triggered a bot failture somehow today: http://lab.llvm.org:8011/builders/lld-perf-testsuite/builds/7993 llvm-svn: 344344 --- lld/ELF/SyntheticSections.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lld/ELF/SyntheticSections.h b/lld/ELF/SyntheticSections.h index ad3071d24320..3075cd090d72 100644 --- a/lld/ELF/SyntheticSections.h +++ b/lld/ELF/SyntheticSections.h @@ -307,8 +307,6 @@ private: uint64_t Size = 0; - size_t LocalEntriesNum = 0; - // Symbol and addend. typedef std::pair GotEntry; -- GitLab