summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp')
-rw-r--r--lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp b/lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
index 630d94ae311..aa2a50d1d0e 100644
--- a/lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
+++ b/lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
@@ -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:
OpenPOWER on IntegriCloud