diff options
| -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 |

