Skip to content

Commit

Permalink
Remove unused declaration and forward declaration.
Browse files Browse the repository at this point in the history
llvm-svn: 248877
  • Loading branch information
rui314 committed Sep 30, 2015
1 parent d0e5aeb commit 82d705e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lld/ELF/Driver.h
Expand Up @@ -16,11 +16,6 @@
namespace lld {
namespace elf2 {

class LinkerDriver;
extern LinkerDriver *Driver;

class InputFile;

// Entry point of the ELF linker.
void link(ArrayRef<const char *> Args);

Expand Down

0 comments on commit 82d705e

Please sign in to comment.