[ELF] Remove redundant forward class declarations

No functional changes.

llvm-svn: 234156
This commit is contained in:
Simon Atanasyan 2015-04-06 13:26:10 +00:00
parent cd9f268b50
commit 3dac3ba595
2 changed files with 0 additions and 6 deletions

View File

@ -16,9 +16,6 @@ namespace elf {
using namespace llvm;
using namespace llvm::object;
template<class ELFT>
class DynamicLibraryWriter;
//===----------------------------------------------------------------------===//
// DynamicLibraryWriter Class
//===----------------------------------------------------------------------===//

View File

@ -16,9 +16,6 @@ namespace elf {
using namespace llvm;
using namespace llvm::object;
template<class ELFT>
class ExecutableWriter;
//===----------------------------------------------------------------------===//
// ExecutableWriter Class
//===----------------------------------------------------------------------===//