[lld] r193266 - Remove unused variable.
Rui Ueyama
ruiu at google.com
Wed Oct 23 13:31:55 PDT 2013
Author: ruiu
Date: Wed Oct 23 15:31:55 2013
New Revision: 193266
URL: http://llvm.org/viewvc/llvm-project?rev=193266&view=rev
Log:
Remove unused variable.
Modified:
lld/trunk/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
Modified: lld/trunk/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp?rev=193266&r1=193265&r2=193266&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp (original)
+++ lld/trunk/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp Wed Oct 23 15:31:55 2013
@@ -61,9 +61,6 @@ const int PAGE_SIZE = 4096;
// file.
const int SECTOR_SIZE = 512;
-// The address of the executable when loaded into memory.
-const int32_t IMAGE_BASE = 0x400000;
-
/// A Chunk is an abstrace contiguous range in an output file.
class Chunk {
public:
More information about the llvm-commits
mailing list