projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6823900
)
Removed unused friend declaration.
author
Rui Ueyama
<ruiu@google.com>
Tue, 2 Jul 2013 11:13:43 +0000
(11:13 +0000)
committer
Rui Ueyama
<ruiu@google.com>
Tue, 2 Jul 2013 11:13:43 +0000
(11:13 +0000)
llvm-svn: 185420
lld/include/lld/Core/Resolver.h
patch
|
blob
|
history
diff --git
a/lld/include/lld/Core/Resolver.h
b/lld/include/lld/Core/Resolver.h
index
0522323
..
87ce5a9
100644
(file)
--- a/
lld/include/lld/Core/Resolver.h
+++ b/
lld/include/lld/Core/Resolver.h
@@
-87,7
+87,6
@@
private:
virtual DefinedAtomRange definedAtoms();
private:
- friend Resolver;
atom_collection_vector<DefinedAtom> _definedAtoms;
atom_collection_vector<UndefinedAtom> _undefinedAtoms;
atom_collection_vector<SharedLibraryAtom> _sharedLibraryAtoms;