[lld] r248877 - Remove unused declaration and forward declaration.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 29 20:31:06 PDT 2015


Author: ruiu
Date: Tue Sep 29 22:31:05 2015
New Revision: 248877

URL: http://llvm.org/viewvc/llvm-project?rev=248877&view=rev
Log:
Remove unused declaration and forward declaration.

Modified:
    lld/trunk/ELF/Driver.h

Modified: lld/trunk/ELF/Driver.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Driver.h?rev=248877&r1=248876&r2=248877&view=diff
==============================================================================
--- lld/trunk/ELF/Driver.h (original)
+++ lld/trunk/ELF/Driver.h Tue Sep 29 22:31:05 2015
@@ -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);
 




More information about the llvm-commits mailing list