diff options
| author | Rui Ueyama <ruiu@google.com> | 2016-07-09 22:54:27 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2016-07-09 22:54:27 +0000 |
| commit | 95d2a9f91a49feced2d3c233b8933ed01e8cdf3e (patch) | |
| tree | 8066b7c1e68e3504c43334271984fc50fbc07df4 | |
| parent | e2efadced79abdd23f0a6b2c40880f943db56663 (diff) | |
| download | bcm5719-llvm-95d2a9f91a49feced2d3c233b8933ed01e8cdf3e.tar.gz bcm5719-llvm-95d2a9f91a49feced2d3c233b8933ed01e8cdf3e.zip | |
Remove unused forward declarations.
llvm-svn: 274998
| -rw-r--r-- | lld/ELF/Thunks.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/Thunks.h b/lld/ELF/Thunks.h index 258f37f747d..949e2f5acc4 100644 --- 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 |

