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:
fd0fb09
)
Remove dead declaration.
author
Rui Ueyama
<ruiu@google.com>
Fri, 29 Jul 2016 16:08:04 +0000
(16:08 +0000)
committer
Rui Ueyama
<ruiu@google.com>
Fri, 29 Jul 2016 16:08:04 +0000
(16:08 +0000)
llvm-svn: 277159
lld/ELF/LinkerScript.h
patch
|
blob
|
history
diff --git
a/lld/ELF/LinkerScript.h
b/lld/ELF/LinkerScript.h
index
34996ed
..
4b1f267
100644
(file)
--- a/
lld/ELF/LinkerScript.h
+++ b/
lld/ELF/LinkerScript.h
@@
-157,7
+157,6
@@
private:
int getSectionIndex(StringRef Name);
std::vector<size_t> getPhdrIndices(StringRef SectionName);
size_t getPhdrIndex(StringRef PhdrName);
- void dispatchAssignment(SymbolAssignment *Cmd);
uintX_t Dot;
};