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:
e2efadc
)
Remove unused forward declarations.
author
Rui Ueyama
<ruiu@google.com>
Sat, 9 Jul 2016 22:54:27 +0000
(22:54 +0000)
committer
Rui Ueyama
<ruiu@google.com>
Sat, 9 Jul 2016 22:54:27 +0000
(22:54 +0000)
llvm-svn: 274998
lld/ELF/Thunks.h
patch
|
blob
|
history
diff --git
a/lld/ELF/Thunks.h
b/lld/ELF/Thunks.h
index
258f37f
..
949e2f5
100644
(file)
--- a/
lld/ELF/Thunks.h
+++ b/
lld/ELF/Thunks.h
@@
-15,9
+15,7
@@
namespace lld {
namespace elf {
class SymbolBody;
-class InputFile;
template <class ELFT> class InputSection;
-template <class ELFT> class InputSectionBase;
// Class to describe an instance of a Thunk.
// A Thunk is a code-sequence inserted by the linker in between a caller and