[ELF] Remove unused member [NFC]
authorRui Ueyama <ruiu@google.com>
Fri, 14 Apr 2017 18:38:38 +0000 (18:38 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 14 Apr 2017 18:38:38 +0000 (18:38 +0000)
Patch by Alexander Richardson.

Differential Revision: https://reviews.llvm.org/D32077

llvm-svn: 300359

lld/ELF/Config.h

index a083637..c8eecec 100644 (file)
@@ -125,7 +125,6 @@ struct Configuration {
   bool OptRemarksWithHotness;
   bool Pie;
   bool PrintGcSections;
-  bool Rela;
   bool Relocatable;
   bool SaveTemps;
   bool SingleRoRx;