Remove unused forward declarations.
authorRui Ueyama <ruiu@google.com>
Sat, 9 Jul 2016 22:54:27 +0000 (22:54 +0000)
committerRui Ueyama <ruiu@google.com>
Sat, 9 Jul 2016 22:54:27 +0000 (22:54 +0000)
llvm-svn: 274998

lld/ELF/Thunks.h

index 258f37f..949e2f5 100644 (file)
@@ -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