ELF2: Remove unused global variable.
authorRui Ueyama <ruiu@google.com>
Tue, 11 Aug 2015 21:45:55 +0000 (21:45 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 11 Aug 2015 21:45:55 +0000 (21:45 +0000)
commit880632c4581fc28db30b74bb02ac6650c8f942c8
tree14ed32c1d7fe305c69785e557583180869ca2e4f
parentd8d4a57b37312b62dfa90226293db521e7a4a6fb
ELF2: Remove unused global variable.

A global variable "Driver" is to re-entry to the driver to parse a
.drectve section. Because the need is COFF-specific, we don't need
this variable for ELF.

llvm-svn: 244680
lld/ELF/Driver.cpp