[PECOFF] Remove dead code
authorRui Ueyama <ruiu@google.com>
Fri, 14 Nov 2014 19:21:06 +0000 (19:21 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 14 Nov 2014 19:21:06 +0000 (19:21 +0000)
commitad8188e0b68badf152a0d7f7eb9a48899be57a6d
tree41e065cf12dfc468430eddccf9c2c3868a7984c5
parent93f65c4d087491deb2cf245947df89541f92262b
[PECOFF] Remove dead code

AddressOfEntryPoint is overridden after we layout all atoms (until then,
we don't know the entry point address for obvious reason.)
I believe this code is leftover from very early version of the
PE/COFF port that we only had an entry function in a test object file.

llvm-svn: 222026
lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp