Skip to content
Snippets Groups Projects
Commit 4cb05713 authored by George Rimar's avatar George Rimar
Browse files

[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
parent 608dfb2b
No related branches found
No related tags found
No related merge requests found
...@@ -307,8 +307,6 @@ private: ...@@ -307,8 +307,6 @@ private:
uint64_t Size = 0; uint64_t Size = 0;
size_t LocalEntriesNum = 0;
// Symbol and addend. // Symbol and addend.
typedef std::pair<Symbol *, int64_t> GotEntry; typedef std::pair<Symbol *, int64_t> GotEntry;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment