commit | bef5d16a90e5cf00ace5c92bc3ac48c058707544 | [log] [tgz] |
---|---|---|
author | Rui Ueyama <ruiu@google.com> | Sun Jul 17 17:44:40 2016 +0000 |
committer | Rui Ueyama <ruiu@google.com> | Sun Jul 17 17:44:40 2016 +0000 |
tree | b5898df06d44e4e5a8e5e2a5514710bb02706de5 | |
parent | 5aa90c55b647a1dbac9c640b1bbde0f924c36625 [diff] |
Remove duplicate public specifier. llvm-svn: 275714
diff --git a/lld/ELF/Symbols.h b/lld/ELF/Symbols.h index 55333cd..a43b1a3 100644 --- a/lld/ELF/Symbols.h +++ b/lld/ELF/Symbols.h
@@ -299,7 +299,6 @@ SharedFile<ELFT> *file() { return (SharedFile<ELFT> *)this->File; } -public: const Elf_Sym &Sym; // This field is a pointer to the symbol's version definition.