summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2013-10-23 20:31:55 +0000
committerRui Ueyama <ruiu@google.com>2013-10-23 20:31:55 +0000
commit1e6d8ac59b107fa6212a32a60639d91428b6a75b (patch)
tree6fbb0081133c3b7cbb84805de59695355df93134 /lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
parentbb61c8cc739bc29ea9d15a1b486273eb98023321 (diff)
downloadbcm5719-llvm-1e6d8ac59b107fa6212a32a60639d91428b6a75b.tar.gz
bcm5719-llvm-1e6d8ac59b107fa6212a32a60639d91428b6a75b.zip
Remove unused variable.
llvm-svn: 193266
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